UNPKG

@cause-911/core

Version:

Run `npm install @cause-911/core --save` to add this library to your project

15 lines (14 loc) 507 B
import { InjectionToken } from '@angular/core'; export declare class CoreModuleOptions { apiUrl: string; languages: string[]; loginURL: string; refreshLoginURL: string; allowRefreshToken: boolean; libraries: string[]; locale: string; nbRetryOnNetworkError: number; contentSecurityPolicyActivated: boolean; } export declare const CAUSE_CORE_MODULE_OPTIONS: InjectionToken<CoreModuleOptions>; export declare function CAUSE_CORE_MODULE_OPTIONS_FACTORY(): CoreModuleOptions;