Releases - ng-holistic/platform GitHub Wiki
- Main layout should be created like this
<hlc-main-layout [sideNavItems]="sideNavItems" [contentTemplate]="content">
<hlc-main-header main-header title="UIDef">
<div actions class="header-actions">
<a class="nav-link nav-icon" (click)="onConfig()">
<clr-icon shape="cog"></clr-icon>
</a>
</div>
</hlc-main-header>
<ng-template #content>
<router-outlet></router-outlet>
</ng-template>
</hlc-main-layout>