Skip to content
Advertisement

Tag: angular-ui-router

Angular Nested Child Routing

I am learning use of multiple router-outlet. While using navigateBy function of router, i am not able to view my child route and getting error. But if i access it via routerLink in html i get the desired output. So in below code, navigation to songs is working , but navigation to films is not. App Component html Bollywood Component

Angular router with params

I created a router with a parent route that contains an id and child routes. The problem is that when I want to navigate under my child routes with the tabs, I get an error : Error: Cannot match any routes. URL Segment: ‘tabs/user/1/overview’. Error: Cannot match any routes. URL Segment: ‘tabs/user/1/overview’. User router : Overview routing : export class

Advertisement