We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authService
1 parent 2d6c2a6 commit afc725fCopy full SHA for afc725f
templates/app/client/components/auth(auth)/auth-guard.service.js
@@ -5,6 +5,8 @@ import { AuthService } from './auth.service';
5
6
@Injectable()
7
export class AuthGuard implements CanActivate {
8
+ authService;
9
+
10
static parameters = [AuthService];
11
constructor(authService: AuthService) {
12
this.authService = authService;
0 commit comments