UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

12 lines (9 loc) 290 B
import { TypeaheadDirective }from './typeahead.directive'; export class TypeaheadOptions { public placement:string; public animation:boolean; public typeaheadRef:TypeaheadDirective; public constructor(options:TypeaheadOptions) { Object.assign(this, options); } }