mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-12-20 06:17:11 +00:00
fuse2...
This commit is contained in:
27
src/app/core/components/layout/layout.component.html
Normal file
27
src/app/core/components/layout/layout.component.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!-- TOOLBAR: Above -->
|
||||
<ng-container *ngIf="layoutSettings.toolbar === 'above'">
|
||||
<fuse-toolbar></fuse-toolbar>
|
||||
</ng-container>
|
||||
<!-- / TOOLBAR: Above -->
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<!-- NAVIGATION: Left -->
|
||||
<ng-container *ngIf="layoutSettings.navigation === 'left'">
|
||||
|
||||
<fuse-navbar></fuse-navbar>
|
||||
|
||||
<div class="content-wrapper">
|
||||
|
||||
<ng-container *ngIf="layoutSettings.toolbar === 'below'">
|
||||
<fuse-toolbar></fuse-toolbar>
|
||||
</ng-container>
|
||||
|
||||
<fuse-content></fuse-content>
|
||||
|
||||
</div>
|
||||
|
||||
</ng-container>
|
||||
<!-- / NAVIGATION: Left -->
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user