UNPKG

@progress/kendo-angular-notification

Version:

Kendo UI Notification for Angular

43 lines (42 loc) 1.82 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./notification.component"; import * as i2 from "./notification.container.component"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) * definition for the Notification component. * * The package exports: * - `NotificationService`&mdash;The Notification service class. * * @example * * ```ts-no-run * // Import the Notification module * import { NotificationModule } from '@progress/kendo-angular-notification'; * * // The browser platform with a compiler * import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; * * import { NgModule } from '@angular/core'; * * // Import the app component * _@NgModule{{ * declarations: [AppComponent], // declare app component * imports: [BrowserModule, NotificationModule], // import NotificationModule module * bootstrap: [AppComponent] * }} * export class AppModule {} * * // Compile and launch the module * platformBrowserDynamic().bootstrapModule(AppModule); * ``` */ export declare class NotificationModule { static ɵfac: i0.ɵɵFactoryDeclaration<NotificationModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationModule, never, [typeof i1.NotificationComponent, typeof i2.NotificationContainerComponent], [typeof i1.NotificationComponent, typeof i2.NotificationContainerComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<NotificationModule>; }