| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5,6 +5,8 @@ import { AuthService } from './auth.service'; | |||
| 5 | 5 | ||
| 6 | 6 | @Injectable() | |
| 7 | 7 | export class AuthGuard implements CanActivate { | |
| 8 | + authService; | ||
| 9 | + | ||
| 8 | 10 | static parameters = [AuthService]; | |
| 9 | 11 | constructor(authService: AuthService) { | |
| 10 | 12 | this.authService = authService; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments