Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afc725f

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

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎templates/app/client/components/auth(auth)/auth-guard.service.js

Copy file name to clipboardExpand all lines: 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.