UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

13 lines (11 loc) 316 B
import { Component, Input } from '@angular/core'; @Component({ selector: 'ng-sample-box', templateUrl: './sample-box.component.html' }) export class SampleBoxComponent { @Input() public ts: string; @Input() public html: string; @Input() public spec: string; @Input() public style: string; }