source: src/Clients/Angular/finki-chattery/src/app/app.component.html@ 68a1d2f

dev
Last change on this file since 68a1d2f was 68a1d2f, checked in by Стојков Марко <mst@…>, 3 years ago

Changed header component

  • Property mode set to 100644
File size: 205 bytes
Line 
1<main>
2 <mat-progress-bar class="global-loader" [class.hidden]="!(loader.isLoading | async)" mode="indeterminate"></mat-progress-bar>
3 <app-header></app-header>
4 <router-outlet></router-outlet>
5</main>
Note: See TracBrowser for help on using the repository browser.