UNPKG

fabric8-analytics-dependency-editor-jyas

Version:
25 lines 847 B
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { AlertLoaderComponent } from './alert-loader.component'; var AlertLoaderModule = /** @class */ (function () { function AlertLoaderModule() { } AlertLoaderModule.decorators = [ { type: NgModule, args: [{ imports: [ CommonModule ], declarations: [ AlertLoaderComponent ], exports: [ AlertLoaderComponent ] },] }, ]; /** @nocollapse */ AlertLoaderModule.ctorParameters = function () { return []; }; return AlertLoaderModule; }()); export { AlertLoaderModule }; //# sourceMappingURL=alert-loader.module.js.map