Files
scrutiny/webapp/frontend/src/app/layout/layout.component.html
T
Jason Kulatunga 8482272d45 init
2020-08-19 16:04:21 -07:00

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>