@anglr/notifications
Version:
Angular module for displaying notifications
12 lines • 765 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "../../components/notificationMessage/notificationMessage.component";
import * as i2 from "../../directives/messageRenderer/messageRenderer.directive";
/**
* Module for core notifications components, directives, pipes
*/
export declare class NotificationsCoreModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsCoreModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NotificationsCoreModule, never, [typeof i1.NotificationMessageComponent, typeof i2.MessageRendererDirective], [typeof i1.NotificationMessageComponent, typeof i2.MessageRendererDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NotificationsCoreModule>;
}
//# sourceMappingURL=notificationsCore.module.d.ts.map