matrix-dimension/web/app/app.component.html

11 lines
283 B
HTML
Raw Normal View History

<header>
</header>
<main>
<toaster-container></toaster-container>
<!-- The breadcrumb needs to be defined here otherwise it doesn't work -->
<breadcrumb [allowBootstrap]="false" [hidden]="true"></breadcrumb>
<router-outlet></router-outlet>
</main>
<footer>
</footer>