UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

29 lines 836 B
/** * @license * Copyright Akveo. All Rights Reserved. * Licensed under the MIT License. See License.txt in the project root for license information. */ import { __decorate } from "tslib"; import { NgModule } from '@angular/core'; import { NbSharedModule } from '../shared/shared.module'; import { NbAlertComponent } from './alert.component'; var NbAlertModule = /** @class */ (function () { function NbAlertModule() { } NbAlertModule = __decorate([ NgModule({ imports: [ NbSharedModule, ], declarations: [ NbAlertComponent, ], exports: [ NbAlertComponent, ], }) ], NbAlertModule); return NbAlertModule; }()); export { NbAlertModule }; //# sourceMappingURL=alert.module.js.map