Yes! As @Sampath already mentioned Stencil itself is just a compiler for building WebComponents. But I think what you are asking is if the ionic components will be available for development without Angular. The ionic team is currently working on porting all of their UI elements to WebComponents using Stencil to make this process easier.
After the porting process is finished ionic-angular will still be available like it is now but there will also be something new which is called ionic-core (or just core
) which contains all of ionics UI elements as standard conform web components. You can use these components wherever you want: In a React application, in a Vue application or without any framework in vanilla JS.
I don't know this for sure because I did not read anything about that exact topic up to now but I'm pretty sure that you will have options in the ionic CLI for creating different projects based on the core library.
Stencil itself will stay as it is - a tool for creating WebComponents. Of course you can use Stencil to build your entire application, meaning every component you use is built with stencil.
You can follow the progress of the core library on github at the core branch of the repo. As you can see in the packages folder there are different packages for ionic-angular and core.