valor-software/ng2-bootstrap

View on GitHub
demo/src/app/docs/demo-section-components/demo-api-section/api-sections.component.html

Summary

Maintainability
Test Coverage
<ng-container *ngIf="section">
  <h2 [id]="section.anchor">{{ section.name }}</h2>

  <ng-container *ngFor="let item of apiSectionsContent">
    <ng-container *ngComponentOutlet="item.outlet; injector: sectionInjections(item)">
    </ng-container>
  </ng-container>
</ng-container>