Created
March 2, 2017 14:22
-
-
Save brunokrebs/4e0e4324b8d4d370da1d08161f9ac315 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<app-nav-bar></app-nav-bar> | |
<div class="app-container"> | |
<md-card *ngIf="!authService.authenticated()"> | |
<md-card-title>Hello, visitor.</md-card-title> | |
<md-card-subtitle> | |
Please <a (click)="authService.signIn()">sign in</a> to manage your task list. | |
</md-card-subtitle> | |
</md-card> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment