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