UNPKG

@memberjunction/ng-shared

Version:

MemberJunction: MJ Explorer Angular Shared Package - utility functions and other reusable elements used across other MJ Angular packages within the MJ Explorer App - do not use outside of MJ Explorer.

34 lines 1.6 kB
import { NgModule } from '@angular/core'; import { URLPipe } from './lib/urlPipe'; import { NotificationModule } from '@progress/kendo-angular-notification'; import { SimpleTextFormatPipe } from './lib/simpleTextFormat'; import { MJNotificationsModule } from '@memberjunction/ng-notifications'; import * as i0 from "@angular/core"; export class MemberJunctionSharedModule { static ɵfac = function MemberJunctionSharedModule_Factory(t) { return new (t || MemberJunctionSharedModule)(); }; static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MemberJunctionSharedModule }); static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [NotificationModule, MJNotificationsModule] }); } (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MemberJunctionSharedModule, [{ type: NgModule, args: [{ declarations: [ URLPipe, SimpleTextFormatPipe ], imports: [ NotificationModule, MJNotificationsModule ], exports: [ URLPipe, SimpleTextFormatPipe ] }] }], null, null); })(); (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(MemberJunctionSharedModule, { declarations: [URLPipe, SimpleTextFormatPipe], imports: [NotificationModule, MJNotificationsModule], exports: [URLPipe, SimpleTextFormatPipe] }); })(); //# sourceMappingURL=module.js.map