@cauca-911/core
Version:
Run `npm install @cauca-911/core` to add this library to your project
29 lines (28 loc) • 1.98 kB
TypeScript
export * from './lib/cauca-core.service';
export * from './lib/cauca-core.component';
export * from './lib/cauca-core.module';
export * from './lib/cauca-core-for-child.module';
export * from './lib/cauca-core-testing.module';
export * from './lib/cauca-page-not-found/cauca-page-not-found.component';
export { TranslatePipe } from '@ngx-translate/core';
export { CAUCA_CORE_MODULE_OPTIONS } from './lib/shared/constants/cauca-core-module-options';
export { Debounce } from './lib/shared/decorators/debounce';
export { LogLevel } from './lib/shared/models/log-level.enum';
export { RefreshTokenService } from './lib/shared/services/refresh-token.service';
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 { LogService } from './lib/shared/services/log.service';
export { NetworkInformationService } from './lib/shared/services/network-information.service';
export { VersionCheckService } from './lib/shared/services/version-check.service';
export { TranslateService } from './lib/shared/services/translate.service';
export { RefreshUrlService } from './lib/shared/services/refresh-url.service';
export { InterceptorError } from './lib/shared/interfaces/interceptor-error';
export { InterceptorDelay } from './lib/shared/interfaces/interceptor-delay';
export { InterceptorErrorService } from './lib/shared/interceptors/interceptor-error.service';
export { InterceptorDelayService } from './lib/shared/interceptors/interceptor-delay.service';
export { HttpDelayInterceptor } from './lib/shared/interceptors/http-delay.interceptor';
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';