Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:32
Show Gist options
  • Save brunokrebs/0d0feb1eff8228cad3777f22eb726cc8 to your computer and use it in GitHub Desktop.
Save brunokrebs/0d0feb1eff8228cad3777f22eb726cc8 to your computer and use it in GitHub Desktop.
<app-nav-bar></app-nav-bar>
<div class="app-container">
<!-- ... card with welcome message -->
<app-task-list *ngIf="authService.authenticated()"></app-task-list>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment