hemat_solution/src/app/app.component.html
2024-04-19 12:53:45 +07:00

4 lines
196 B
HTML

<!-- main app container -->
<ngx-loading-bar [includeSpinner]='false' height='3px' color="#FF4961"></ngx-loading-bar>
<app-alert></app-alert>
<router-outlet *ngIf="showContent"></router-outlet>