ng2-alert-center
Version:
Alert center provides an alert service and an alert component, you can include in your Angular 2 project.
6 lines • 391 B
JavaScript
export { AlertCenterModule } from './alert-center/alert-center.module';
export { Alert } from './alert-center/model/alert';
export { AlertType } from './alert-center/model/alert-type';
export { AlertCenterService } from './alert-center/service/alert-center.service';
export { AlertCenterComponent } from './alert-center/alert-center/alert-center.component';
//# sourceMappingURL=index.js.map