@ -1,4 +1,4 @@
import { differentLocales } from '@abp/ng.core';
import { differentLocales } from '../../../src/lib/constants';
import { isDevMode } from '@angular/core';
export interface LocaleErrorHandlerData {
@ -1,5 +1,5 @@
import { InjectionToken } from '@angular/core';
import { CheckAuthenticationStateFn } from '@abp/ng.core';
import { CheckAuthenticationStateFn } from '../models/auth';
export const CHECK_AUTHENTICATION_STATE_FN_KEY = new InjectionToken<CheckAuthenticationStateFn>(
'CHECK_AUTHENTICATION_STATE_FN_KEY',