fabric8-planner
Version:
A planner front-end for Fabric8.
10 lines (9 loc) • 306 B
HTML
<div [@slideInOut]="sidePanelState" class="side-panel">
<ng-container *ngTemplateOutlet="sidePanelContent">
</ng-container>
</div>
<div class="content-wrapper"
[@slideInOutContent]="sidePanelState === 'in' ? 'out' : 'in'">
<ng-container *ngTemplateOutlet="sectionContent">
</ng-container>
</div>