UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

9 lines (8 loc) 239 B
<tabset> <tab heading="Static title" customClass="customClass">Static content</tab> <tab *ngFor="let tabz of tabs" [heading]="tabz.title" [customClass]="tabz.customClass"> {{tabz?.content}} </tab> </tabset>