UNPKG

1.11 kBSource Map (JSON)View Raw
1{"version":3,"file":"sortable.module.js","sourceRoot":"","sources":["../../../../src/sortable/sortable.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAuB,MAAM,eAAe,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAOhE,MAAM,OAAO,cAAc;IACzB,MAAM,CAAC,OAAO;QACZ,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,SAAS,EAAE,CAAC,oBAAoB,CAAC,EAAE,CAAC;IACzE,CAAC;;;YARF,QAAQ,SAAC;gBACR,YAAY,EAAE,CAAC,iBAAiB,CAAC;gBACjC,OAAO,EAAE,CAAC,YAAY,CAAC;gBACvB,OAAO,EAAE,CAAC,iBAAiB,CAAC;aAC7B","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@NgModule({\n declarations: [SortableComponent],\n imports: [CommonModule],\n exports: [SortableComponent]\n})\nexport class SortableModule {\n static forRoot(): ModuleWithProviders<SortableModule> {\n return { ngModule: SortableModule, providers: [DraggableItemService] };\n }\n}\n"]}
\No newline at end of file