Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:22
Show Gist options
  • Save brunokrebs/4e0e4324b8d4d370da1d08161f9ac315 to your computer and use it in GitHub Desktop.
Save brunokrebs/4e0e4324b8d4d370da1d08161f9ac315 to your computer and use it in GitHub Desktop.
<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