1
1
mirror of https://github.com/Redocly/redoc.git synced 2025-03-03 17:35:46 +03:00
redoc/lib/shared/components/Tabs/tab.html
2017-01-07 18:23:08 +02:00

4 lines
89 B
HTML

<div class="tab-wrap" [ngClass]="{'active': active}">
<ng-content></ng-content>
</div>