UNPKG

fabric8-planner

Version:
25 lines 1.06 kB
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { WorkItemCommentModule } from './../work-item-comment/work-item-comment.module'; import { WorkItemCommentWrapperComponent } from './work-item-comment-wrapper.component'; var WorkItemCommentWrapperModule = /** @class */ (function () { function WorkItemCommentWrapperModule() { } WorkItemCommentWrapperModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule, WorkItemCommentModule ], declarations: [ WorkItemCommentWrapperComponent ], exports: [WorkItemCommentWrapperComponent] },] }, ]; /** @nocollapse */ WorkItemCommentWrapperModule.ctorParameters = function () { return []; }; return WorkItemCommentWrapperModule; }()); export { WorkItemCommentWrapperModule }; //# sourceMappingURL=work-item-comment-wrapper.module.js.map