Skip to content

Commit

Permalink
feat(aio): add progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbell authored and petebacondarwin committed May 23, 2017
1 parent f5b2ce0 commit 368169d
Show file tree
Hide file tree
Showing 5 changed files with 569 additions and 400 deletions.
4 changes: 4 additions & 0 deletions aio/src/app/app.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div *ngIf="isFetching" class="progress-bar-container">
<md-progress-bar mode="indeterminate" color="warn"></md-progress-bar>
</div>

<md-toolbar color="primary" class="app-toolbar">
<button class="hamburger" md-button
(click)="sidenav.toggle()" title="Docs menu">
Expand Down
Loading

0 comments on commit 368169d

Please sign in to comment.