UNPKG

1.43 kBJavaScriptView Raw
1import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2import { CommonModule } from '@angular/common';
3import { UITimelineComponent } from './ui-timeline/ui-timeline.component';
4import { FormsModule } from '@angular/forms';
5import { TranslateModule } from '@ngx-translate/core';
6import { TimelineComponent } from './ui-timeline/timeline.component';
7import { LongPressDirective } from './ui-timeline/long-press.directive';
8var ComponentsO5Module = (function () {
9 function ComponentsO5Module() {
10 }
11 ComponentsO5Module.decorators = [
12 { type: NgModule, args: [{
13 imports: [
14 CommonModule,
15 FormsModule,
16 TranslateModule.forRoot()
17 ],
18 declarations: [
19 UITimelineComponent,
20 TimelineComponent,
21 LongPressDirective
22 ],
23 exports: [
24 CommonModule,
25 LongPressDirective,
26 UITimelineComponent
27 ],
28 schemas: [CUSTOM_ELEMENTS_SCHEMA]
29 },] },
30 ];
31 /** @nocollapse */
32 ComponentsO5Module.ctorParameters = function () { return []; };
33 return ComponentsO5Module;
34}());
35export { ComponentsO5Module };
36//# sourceMappingURL=components-o5.module.js.map
\No newline at end of file