I have a route with params like {path: 'Client/:id', component: ClientComponent}
When I try to access the url ...Client/123, I get an exception "Cannot match any routes 123
". It happens when I load the page with url ...Client/123 .
When I try to access the url while using my app and navigate from one url to another, everything is ok. It happens only if I load client page first.
Any ideas why? Thank you.
Router version is 3.0.0-alpha.7