diff options
Diffstat (limited to 'client/src/app/menu.component.ts')
-rw-r--r-- | client/src/app/menu.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu.component.ts b/client/src/app/menu.component.ts index 425a12e5d..6cfc854dd 100644 --- a/client/src/app/menu.component.ts +++ b/client/src/app/menu.component.ts | |||
@@ -5,7 +5,7 @@ import { AuthService, AuthStatus } from './shared'; | |||
5 | 5 | ||
6 | @Component({ | 6 | @Component({ |
7 | selector: 'my-menu', | 7 | selector: 'my-menu', |
8 | template: require('./menu.component.html') | 8 | templateUrl: './menu.component.html' |
9 | }) | 9 | }) |
10 | export class MenuComponent implements OnInit { | 10 | export class MenuComponent implements OnInit { |
11 | isLoggedIn: boolean; | 11 | isLoggedIn: boolean; |