UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

20 lines (19 loc) 665 B
<div class="section bd-example"><ng-content></ng-content></div> <div id="markup" class="section"> <div class="item"> <tabset> <tab heading="template" *ngIf="html"> <pre class="prettyprint linenums lang-html">{{html}}</pre> </tab> <tab heading="component" *ngIf="ts"> <pre class="prettyprint linenums lang-js">{{ts}}</pre> </tab> <tab heading="tests" *ngIf="spec"> <pre class="prettyprint linenums lang-js">{{spec}}</pre> </tab> <tab heading="style" *ngIf="style"> <pre class="prettyprint linenums lang-css">{{style}}</pre> </tab> </tabset> </div> </div>