UNPKG

@progress/kendo-angular-notification

Version:

Kendo UI Notification for Angular

12 lines (11 loc) 807 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { NotificationSettings } from './models/notification-settings'; export { NotificationComponent } from './notification.component'; export { NotificationService, NOTIFICATION_CONTAINER } from './services/notification.service'; export { NotificationModule } from './notification.module'; // WRT error NG3001: Unsupported private class export { NotificationContainerComponent } from './notification.container.component'; export * from './directives';