UNPKG

fabric8-planner

Version:
33 lines 1.14 kB
import { RouterModule } from '@angular/router'; import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { ModalModule } from 'ngx-modal'; import { ModalService } from '../../services/modal.service'; import { ModalComponent } from './modal.component'; var PlannerModalModule = /** @class */ (function () { function PlannerModalModule() { } PlannerModalModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule, RouterModule, ModalModule ], declarations: [ ModalComponent ], providers: [ ModalService ], exports: [ ModalComponent ] },] }, ]; /** @nocollapse */ PlannerModalModule.ctorParameters = function () { return []; }; return PlannerModalModule; }()); export { PlannerModalModule }; //# sourceMappingURL=modal.module.js.map