@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.
30 lines • 1.46 kB
JavaScript
import { NgModule } from '@angular/core';
import { URLPipe } from './lib/urlPipe';
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(__ngFactoryType__) { return new (__ngFactoryType__ || MemberJunctionSharedModule)(); };
static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: MemberJunctionSharedModule });
static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [MJNotificationsModule] });
}
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(MemberJunctionSharedModule, [{
type: NgModule,
args: [{
declarations: [
URLPipe,
SimpleTextFormatPipe
],
imports: [
MJNotificationsModule
],
exports: [
URLPipe,
SimpleTextFormatPipe
]
}]
}], null, null); })();
(function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(MemberJunctionSharedModule, { declarations: [URLPipe,
SimpleTextFormatPipe], imports: [MJNotificationsModule], exports: [URLPipe,
SimpleTextFormatPipe] }); })();
//# sourceMappingURL=module.js.map