Commit 4d5a4ebd by Ali Arshad

linting fixes

parent 03668d01
......@@ -10,8 +10,8 @@ export class AppGuard implements CanActivate {
canActivate(next: ActivatedRouteSnapshot,
state: RouterStateSnapshot) {
let roles = next.data['roles'];
let user: any = {};
// const roles = next.data['roles']; // would be used later
// const user: any = {}; // would be used later
// specify route protection logic below
if (1) {
// 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