mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-24 17:43:45 +03:00
4acfc11148
fixes #190
6 lines
193 B
HTML
6 lines
193 B
HTML
<ul>
|
|
<li *ngFor="let tab of tabs" [ngClass]="{active: tab.active}" (click)="selectTab(tab)"
|
|
class="tab-{{tab.tabStatus}}" [innerHTML]="tab.tabTitle"></li>
|
|
</ul>
|
|
<ng-content></ng-content>
|