Top "Angular-router" questions

For the Angular Router service (@angular/router)

Routing to static html page in Angular 6+

I have an Angular project with 3 components country, region, home. When I load the home page, I have route setup …

angular angular-routing angular-router
ionic 4 prevent/disable device hardware backbutton

I'm using angular routing(@angular/router) for ionic 4 project to disable the device back-button in ionic 4 prevent-default is not working …

angular typescript ionic-framework ionic4 angular-router
Angular router navigation inside NgRx effect

Does the Angular router have any restrictions to be used inside an NgRx effect? I just started learning NgRx and …

angular ngrx angular-router ngrx-effects
anchor href vs angular routerlink

I am trying to use anchor tag with href in my Angular 7 app. When I click on the link the …

javascript html angular angular-router
Subscribing to query string parameters in Angular

I've seen quite a few examples of subscribing to query string parameters in Angular 2+ but I can't seem to get …

angular typescript angular-router
Angular route redirectTo with params

I have a problem with angular routing. In my app i had some routes like this: [{ path: 'myroutes/:id', component: …

angular angular-router
Access router outlet component from parent

I have the following app root: @Component({ selector: 'my-app', providers: [], templateUrl: `<button (click)="callChildFunction()">Close</button> &…

angular angular-router
How to set default query params for Route in Angular 7?

In our Angular-7-Application, we use @ngrx and @ngrx/router-store to get the query params into the state. A few …

angular angular-routing ngrx angular-router ngrx-router-store
Wait for http inside Guard on Angular 5

I'm using a Guard on an Angular application to resolve initial critical data. On the version 4 of Angular I was …

angular rxjs angular-router angular-httpclient angular-router-guards