@cause-911/core
Version:
Run `npm install @cause-911/core --save` to add this library to your project
15 lines (14 loc) • 915 B
TypeScript
export { TranslateService } from '@ngx-translate/core';
export { CAUSE_CORE_MODULE_OPTIONS, CoreModuleOptions } from './lib/shared/models/core-module-options';
export { ClientInformationService } from './lib/shared/services/client-information.service';
export { FullscreenService } from './lib/shared/services/fullscreen.service';
export { ImageService } from './lib/shared/services/image.service';
export { NetworkInformationService } from './lib/shared/services/network-information.service';
export { Configuration } from './lib/shared/classes/configuration';
export { Browser } from './lib/shared/classes/browser';
export { Color } from './lib/shared/classes/color';
export { OperatingSystem } from './lib/shared/classes/operating-system';
export * from './lib/page-not-found/page-not-found.component';
export * from './lib/core.service';
export * from './lib/core.component';
export * from './lib/core.module';