mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Added comments to the app.component.html
This commit is contained in:
parent
04b80ca168
commit
8dfc3e854b
|
@ -6,21 +6,25 @@
|
||||||
<ng-container *ngIf="fuseConfig.layout.style === 'vertical-layout-1'">
|
<ng-container *ngIf="fuseConfig.layout.style === 'vertical-layout-1'">
|
||||||
<vertical-layout-1></vertical-layout-1>
|
<vertical-layout-1></vertical-layout-1>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<!-- / VERTICAL LAYOUT 1 -->
|
||||||
|
|
||||||
<!-- VERTICAL LAYOUT 2 -->
|
<!-- VERTICAL LAYOUT 2 -->
|
||||||
<ng-container *ngIf="fuseConfig.layout.style === 'vertical-layout-2'">
|
<ng-container *ngIf="fuseConfig.layout.style === 'vertical-layout-2'">
|
||||||
<vertical-layout-2></vertical-layout-2>
|
<vertical-layout-2></vertical-layout-2>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<!-- / VERTICAL LAYOUT 2 -->
|
||||||
|
|
||||||
<!-- VERTICAL LAYOUT 3 -->
|
<!-- VERTICAL LAYOUT 3 -->
|
||||||
<ng-container *ngIf="fuseConfig.layout.style === 'vertical-layout-3'">
|
<ng-container *ngIf="fuseConfig.layout.style === 'vertical-layout-3'">
|
||||||
<vertical-layout-3></vertical-layout-3>
|
<vertical-layout-3></vertical-layout-3>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<!-- / VERTICAL LAYOUT 3 -->
|
||||||
|
|
||||||
<!-- HORIZONTAL LAYOUT 1 -->
|
<!-- HORIZONTAL LAYOUT 1 -->
|
||||||
<ng-container *ngIf="fuseConfig.layout.style === 'horizontal-layout-1'">
|
<ng-container *ngIf="fuseConfig.layout.style === 'horizontal-layout-1'">
|
||||||
<horizontal-layout-1></horizontal-layout-1>
|
<horizontal-layout-1></horizontal-layout-1>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
<!-- / HORIZONTAL LAYOUT 1 -->
|
||||||
|
|
||||||
<!-- THEME OPTIONS PANEL -->
|
<!-- THEME OPTIONS PANEL -->
|
||||||
<button mat-icon-button class="mat-primary-bg mat-elevation-z2 theme-options-button"
|
<button mat-icon-button class="mat-primary-bg mat-elevation-z2 theme-options-button"
|
||||||
|
@ -32,4 +36,5 @@
|
||||||
|
|
||||||
<fuse-sidebar name="themeOptionsPanel" class="theme-options-sidebar" position="right" [invisibleOverlay]="true">
|
<fuse-sidebar name="themeOptionsPanel" class="theme-options-sidebar" position="right" [invisibleOverlay]="true">
|
||||||
<fuse-theme-options></fuse-theme-options>
|
<fuse-theme-options></fuse-theme-options>
|
||||||
</fuse-sidebar>
|
</fuse-sidebar>
|
||||||
|
<!-- / THEME OPTIONS PANEL -->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user