UNPKG

@syncfusion/ej2-angular-notifications

Version:

A package of Essential JS 2 notification components such as Toast and Badge which used to notify important information to end-users. for Angular

13 lines (12 loc) 664 B
import * as i0 from "@angular/core"; import * as i1 from "./toast.component"; import * as i2 from "./buttons.directive"; import * as i3 from "@angular/common"; /** * NgModule definition for the Toast component. */ export declare class ToastModule { static ɵfac: i0.ɵɵFactoryDeclaration<ToastModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ToastModule, [typeof i1.ToastComponent, typeof i2.ButtonModelPropDirective, typeof i2.ButtonModelPropsDirective], [typeof i3.CommonModule], [typeof i1.ToastComponent, typeof i2.ButtonModelPropDirective, typeof i2.ButtonModelPropsDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<ToastModule>; }