Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:35
Show Gist options
  • Save brunokrebs/2d7e612d8a6bb33e239ab90d557c3e48 to your computer and use it in GitHub Desktop.
Save brunokrebs/2d7e612d8a6bb33e239ab90d557c3e48 to your computer and use it in GitHub Desktop.
<app-nav-bar></app-nav-bar>
<div class="app-container">
<!-- ... welcome message ... -->
<app-task-list *ngIf="authService.authenticated()"
(startAjaxRequest)="slimLoading.start()"
(completeAjaxRequest)="slimLoading.complete()">
</app-task-list>
</div>
<!-- adds the slim loading bar to our app -->
<ng2-slim-loading-bar [color]="'gold'" [height]="'4px'"></ng2-slim-loading-bar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment