UNPKG

1.5 kBSource Map (JSON)View Raw
1{"version":3,"file":"sortable.module.js","sourceRoot":"","sources":["../../src/sortable/sortable.module.ts"],"names":[],"mappings":"OAAO,EAAE,QAAQ,EAAuB,MAAM,eAAe;OACtD,EAAE,YAAY,EAAE,MAAM,iBAAiB;OAEvC,EAAE,iBAAiB,EAAE,MAAM,sBAAsB;OACjD,EAAE,oBAAoB,EAAE,MAAM,0BAA0B;AAG/D;IAAA;IAcA,CAAC;IAbiB,sBAAO,GAArB;QACI,MAAM,CAAC,EAAC,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,CAAC,oBAAoB,CAAC,EAAC,CAAC;IACzE,CAAC;IACE,yBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACrB,YAAY,EAAE,CAAC,iBAAiB,CAAC;oBACjC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,iBAAiB,CAAC;iBAC/B,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,6BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,qBAAC;AAAD,CAAC,AAdD,IAcC","sourcesContent":["import { NgModule, ModuleWithProviders } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { SortableComponent } from './sortable.component';\nimport { DraggableItemService } from './draggable-item.service';\n\n\nexport class SortableModule {\n public static forRoot(): ModuleWithProviders {\n return {ngModule: SortableModule, providers: [DraggableItemService]};\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n declarations: [SortableComponent],\n imports: [CommonModule],\n exports: [SortableComponent]\n}, ] },\n];\n/** @nocollapse */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file