I want to develop web-component based on angular elements, which will be integrated into non-angular application. Is there any proper way for this web-component to use routing?
I need it because web-component will contain views for creating/viewing list/viewing details/viewing settings of some entity (article).
This routing, as I see it, should not affect primary routing of main application. I was thinking about creating it based on names router outlets, but it involves adding some dirty hack fixes.