mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-23 17:13:44 +03:00
6 lines
182 B
HTML
6 lines
182 B
HTML
<ul>
|
|
<li *ngFor="let tab of tabs" [ngClass]="{active: tab.active}" (click)="selectTab(tab)"
|
|
class="tab-{{tab.tabStatus}}">{{tab.tabTitle}}</li>
|
|
</ul>
|
|
<ng-content></ng-content>
|