UNPKG

1.58 kBSource Map (JSON)View Raw
1{"version":3,"file":"components-o5.module.js","sourceRoot":"","sources":["../../.tmp/components-o5/components-o5.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,eAAe,CAAC;AACjE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAE/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;;;;;gBAEvE,QAAQ,SAAC;oBACR,OAAO,EAAE;wBACP,YAAY;wBACZ,WAAW;wBACX,eAAe,CAAC,OAAO,EAAE;qBAC1B;oBACD,YAAY,EAAE;wBACZ,mBAAmB;wBACnB,iBAAiB;wBACjB,kBAAkB;qBACnB;oBACD,OAAO,EAAE;wBACP,YAAY;wBACZ,kBAAkB;wBAClB,mBAAmB;qBACpB;oBACD,OAAO,EAAE,CAAC,sBAAsB,CAAC;iBAClC;;6BA1BD;;SA2Ba,kBAAkB","sourcesContent":["import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { UITimelineComponent } from './ui-timeline/ui-timeline.component';\nimport { FormsModule } from '@angular/forms';\nimport { TranslateModule } from '@ngx-translate/core';\nimport { TimelineComponent } from './ui-timeline/timeline.component';\nimport { LongPressDirective } from './ui-timeline/long-press.directive';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n TranslateModule.forRoot()\n ],\n declarations: [\n UITimelineComponent,\n TimelineComponent,\n LongPressDirective\n ],\n exports: [\n CommonModule,\n LongPressDirective,\n UITimelineComponent\n ],\n schemas: [CUSTOM_ELEMENTS_SCHEMA]\n})\nexport class ComponentsO5Module { }\n"]}
\No newline at end of file