For the Angular Router service (@angular/router)
I have an Angular 2 module in which I have implemented routing and would like the states stored when navigating. The …
javascript angular typescript angular-routerI have a little problem using routes in angular 4. You know, when I am trying to pass data from a …
angular angular-routerMy situation: I have a component showing tiles with each tile representing an object from an array that is looped …
angular angular-components angular-routerI'm learning Angular and I want to do tests, but I'm stuck. I've got a function: ngOnInit(): void { this.route.…
angular unit-testing angular-routerI've defined my routes like this: const routes: Routes = [ { path: '', loadChildren: './tabs/tabs.module#TabsPageModule' }, { path: 'faq', loadChildren: …
angular angular6 angular-router angular-routerlinkI need help in my routing in Angular 4. I want to display the URL like this. Localhost:4200/user/1 if i …
angular angular2-routing angular-routerHow do you able to get current route you're in and get's it's data, children and it's parent? say if …
angular6 angular-router angular-activatedrouteI want to create a link to the route with multiple parameters and bind them in tempalte. Until now, I've …
angular router angular-routing angular-router angular-routerlinkI'm upgrading from Angular 4.0.0 to Angular 5.2.6 i'm facing some problem to get lazy module loading working. with angular 4.0.0 , it works …
javascript angular lazy-loading angular-routing angular-routerHow to open a new browser Tab , if using router.navigate . this.router.navigate([]).then(result => { window.location.href = …
angular angular-routing angular-router