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.

18 lines 679 B
/* * Public API Surface */ export * from './lib/urlPipe'; export * from './lib/base-dashboard'; export * from './lib/simpleTextFormat'; export * from './lib/shared.service'; export * from './lib/base-resource-component'; export * from './lib/base-navigation-component'; export * from './lib/navigation.service'; export * from './lib/navigation.interfaces'; export * from './lib/title.service'; export * from './lib/developer-mode.service'; export { SYSTEM_APP_ID } from './lib/navigation.service'; // Re-export from ng-shared-generic for backwards compatibility export * from '@memberjunction/ng-shared-generic'; export * from './module'; //# sourceMappingURL=public-api.js.map