UNPKG

516 BJavaScriptView Raw
1import { NgModule } from '@angular/core';
2import { MULTI_PICKER_DIRECTIVES } from './directives';
3export var MultiPickerModule = (function () {
4 function MultiPickerModule() {
5 }
6 MultiPickerModule.decorators = [
7 { type: NgModule, args: [{
8 exports: [MULTI_PICKER_DIRECTIVES],
9 declarations: [MULTI_PICKER_DIRECTIVES]
10 },] },
11 ];
12 MultiPickerModule.ctorParameters = [];
13 return MultiPickerModule;
14}());
15//# sourceMappingURL=module.js.map
\No newline at end of file