Related to Routes in Stencil

Hello Everyone,

I am getting frustrated now small things are not working in stencil and there is not any reply from the community also. I am following the stencil official documents but I am not able to implement a simple routing functionality in my demo application. Is anyone can give me a direction if there is anything wrong step for implementing routes in the documents.

Hello All,
I have implemented routing in my demo. The problem was the selector and exported class name should be name with their naming convention for example
Selector == ‘my-app’
Exported component class name should be == MyApp