valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+tabs/demos/custom-class/custom-class.html

Summary

Maintainability
Test Coverage
<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>