UNPKG

1.08 kBJavaScriptView Raw
1import { NgModule, CUSTOM_ELEMENTS_SCHEMA } from '@angular/core';
2import { CommonModule } from '@angular/common';
3import { DialogModule } from 'primeng/primeng';
4import { OverlayDialogComponent } from './overlay-dialog/overlay-dialog.component';
5var FragmentsModule = (function () {
6 function FragmentsModule() {
7 }
8 FragmentsModule.decorators = [
9 { type: NgModule, args: [{
10 imports: [
11 CommonModule,
12 DialogModule
13 ],
14 declarations: [
15 OverlayDialogComponent
16 ],
17 exports: [
18 CommonModule,
19 DialogModule,
20 OverlayDialogComponent
21 ],
22 schemas: [CUSTOM_ELEMENTS_SCHEMA]
23 },] },
24 ];
25 /** @nocollapse */
26 FragmentsModule.ctorParameters = function () { return []; };
27 return FragmentsModule;
28}());
29export { FragmentsModule };
30//# sourceMappingURL=fragments.module.js.map
\No newline at end of file