@anglr/notifications
Version:
Angular module for displaying notifications
28 lines • 1.54 kB
JavaScript
import { NgModule } from '@angular/core';
import { NotificationMessageComponent } from '../../components';
import { MessageRendererDirective } from '../../directives';
import * as i0 from "@angular/core";
/**
* Module for core notifications components, directives, pipes
*/
export class NotificationsCoreModule {
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NotificationsCoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.2", ngImport: i0, type: NotificationsCoreModule, imports: [NotificationMessageComponent,
MessageRendererDirective], exports: [NotificationMessageComponent,
MessageRendererDirective] }); }
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NotificationsCoreModule }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.2", ngImport: i0, type: NotificationsCoreModule, decorators: [{
type: NgModule,
args: [{
imports: [
NotificationMessageComponent,
MessageRendererDirective,
],
exports: [
NotificationMessageComponent,
MessageRendererDirective,
],
}]
}] });
//# sourceMappingURL=notificationsCore.module.js.map