valor-software/ng2-bootstrap

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

Summary

Maintainability
Test Coverage
<ng-container *ngIf="section">
  <h2 [attr.id]="section.anchor">{{ section.name }}</h2>
  <pre class="prettyprint lang-typescript" [innerHtml]="sectionContent.doc"></pre>
</ng-container>