UNPKG

ng2-alert-center

Version:

Alert center provides an alert service and an alert component, you can include in your Angular 2 project.

6 lines (5 loc) 374 B
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, ANIMATION_TYPE } from './alert-center/alert-center/alert-center.component';