projects/congarevenuecloud/ecommerce/src/lib/services/guards/authentication.guard.ts
This guard is a work in progress. This guard is for guest users, When user tries to hit the application with the URl directly the guard checks if the user is guest user or not.Then it redirects to the page which user was trying to load.
Methods |
constructor(userService: UserService, router: Router, ngZone: NgZone)
|
||||||||||||
Parameters :
|