Skip to content
Snippets Groups Projects
app.component.html 268 B
Newer Older
trantzas's avatar
trantzas committed
<ng-progress [meteor]="true" [thick]="true" color="#007bff" aria-hidden="true"></ng-progress>

<app-navbar></app-navbar>
<main class="main_container app-{{themeID}}-theme">
  <router-outlet></router-outlet>
</main>
<app-contact></app-contact>
<app-footer></app-footer>