Angular 6 - Dynamic Routing with Prefix
问题 I am working on an Angular Universal Application. I want to create dynamic routes with custom prefix but I am unable find any helpful documentation related with my case. Any Help will be appreciated... Details: What I have is, I have 4 pages with 4 different dynamic URLs which are: Home Page ( http://example.com/ ) Category Page ( http://example.com/{category_name} ) Sub Category Page ( http://example.com/{category_name}/{sub_category_name} ) Product Page ( http://example.com/p{product_id}-