summaryrefslogtreecommitdiffstats
path: root/public/src/app/rule-engine/slide-panel/slide-panel.component.html
blob: f0ee27e1b9649458f9485c2faf82a5b5ccdc36ff (plain)
1
2
3
4
5
6
7
8
<div class="panes" [@slide]="activePane">
  <div style="height: 100%">
    <ng-content select="[leftPane]"></ng-content>
  </div>
  <div style="height: 100%">
    <ng-content select="[rightPane]"></ng-content>
  </div>
</div>