Open felipefialho opened 7 years ago
For example
canActivate( route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable<boolean> | boolean { this.permissionService.store; // Get the permission of view on AppRoutingModule }
Is it possible @JavadRasouli?
Do you want call a function when executing canActivate ? If yes, this is not possible at this time. But this will be possible soon enough.
canActivate
For example
Is it possible @JavadRasouli?