UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

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