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