12 lines
653 B
HTML
12 lines
653 B
HTML
<!-- ----------------------------------------------------------------------------------------------------- -->
|
|
<!-- Empty layout -->
|
|
<!-- ----------------------------------------------------------------------------------------------------- -->
|
|
<empty-layout *ngIf="layout === 'empty'"></empty-layout>
|
|
|
|
<!-- ----------------------------------------------------------------------------------------------------- -->
|
|
<!-- Layouts with horizontal navigation -->
|
|
<!-- ----------------------------------------------------------------------------------------------------- -->
|
|
|
|
<!-- Material -->
|
|
<material-layout *ngIf="layout === 'material'"></material-layout>
|