Top "Angular-guards" questions

Angular use modal dialog in canDeactivate Guard service for unsubmitted changes (Form dirty)

In my Angular 4 application I have some components with a form, like this: export class MyComponent implements OnInit, FormComponent { form: …

angular typescript ngx-bootstrap confirm-dialog angular-guards
Angular 6: Uncaught (in promise): Error: StaticInjectorError(AppModule)[RoleGuardService]

I want to use RoleGuard service in one of my Angular 6 project. I have created a file - 'role-guard.service.…

angular angular-routing angular-guards