Skip to content

Commit 9fb8dc8

Browse files
author
Your Name
committed
NgRx - The Complete Guide
1 parent 110fbda commit 9fb8dc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/auth/auth.guard.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ export class AuthGuard implements CanActivate {
1616

1717
}
1818

19-
canActivate(route: ActivatedRouteSnapshot,
20-
state: RouterStateSnapshot)
21-
: Observable<boolean> {
19+
canActivate(
20+
route: ActivatedRouteSnapshot,
21+
state: RouterStateSnapshot): Observable<boolean> {
2222

2323
return this.store
2424
.pipe(

0 commit comments

Comments
 (0)