UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

12 lines (9 loc) 230 B
import {Directive, Input} from '@angular/core'; @Directive({ selector: '[foo]' }) export class Foo { @Input() fooBoolean: boolean = false; @Input() fooNumber: number = 5; @Input() fooString: string = 'bar'; }