Commit 4d5a4ebd by Ali Arshad

linting fixes

parent 03668d01
...@@ -10,8 +10,8 @@ export class AppGuard implements CanActivate { ...@@ -10,8 +10,8 @@ export class AppGuard implements CanActivate {
canActivate(next: ActivatedRouteSnapshot, canActivate(next: ActivatedRouteSnapshot,
state: RouterStateSnapshot) { state: RouterStateSnapshot) {
let roles = next.data['roles']; // const roles = next.data['roles']; // would be used later
let user: any = {}; // const user: any = {}; // would be used later
// specify route protection logic below // specify route protection logic below
if (1) { if (1) {
// logged in so return true // logged in so return true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment