UNPKG

652 BSource Map (JSON)View Raw
1{"version":3,"file":"typeahead-options.class.js","sourceRoot":"","sources":["../../src/typeahead/typeahead-options.class.ts"],"names":[],"mappings":"AAEA;IAKE,0BAAmB,OAAwB;QACzC,MAAM,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IAC/B,CAAC;IACH,uBAAC;AAAD,CAAC,AARD,IAQC","sourcesContent":["import { TypeaheadDirective }from './typeahead.directive';\n\nexport class TypeaheadOptions {\n public placement:string;\n public animation:boolean;\n public typeaheadRef:TypeaheadDirective;\n\n public constructor(options:TypeaheadOptions) {\n Object.assign(this, options);\n }\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file