Skip to content

Commit afc725f

Browse files
committed
fix(client:auth:guard): declare authService on class
1 parent 2d6c2a6 commit afc725f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: templates/app/client/components/auth(auth)/auth-guard.service.js

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import { AuthService } from './auth.service';
55

66
@Injectable()
77
export class AuthGuard implements CanActivate {
8+
authService;
9+
810
static parameters = [AuthService];
911
constructor(authService: AuthService) {
1012
this.authService = authService;

0 commit comments

Comments
 (0)