Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:13
Show Gist options
  • Save brunokrebs/96041ebcb634cd9e5f085f65107a0fa2 to your computer and use it in GitHub Desktop.
Save brunokrebs/96041ebcb634cd9e5f085f65107a0fa2 to your computer and use it in GitHub Desktop.
<md-toolbar color="primary">
<span>Task List</span>
<span class="fill-space"></span>
<button md-button (click)="authService.signIn()" *ngIf="!authService.authenticated()">Sign In</button>
<button md-button (click)="authService.signOut()" *ngIf="authService.authenticated()">Sign Out</button>
</md-toolbar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment