Interface: Settings
@ima/core.Settings
App settings for single env key.
Properties
$Cache
• Optional
$Cache: Object
Type declaration
Name | Type |
---|---|
enabled? | boolean |
ttl? | number |
Defined in
$Http
• $Http: Object
Type declaration
Name | Type |
---|---|
cacheOptions | HttpAgentImplCacheOptions |
defaultRequestOptions | Omit <HttpAgentRequestOptions , "abortController" > |
Defined in
$Observable
• Optional
$Observable: Object
Type declaration
Name | Type |
---|---|
maxHistoryLength? | number |
Defined in
$Page
• $Page: Object
Type declaration
Name | Type |
---|---|
$Render | PageRendererSettings |
Defined in
$Router
• Optional
$Router: Object
Type declaration
Name | Type |
---|---|
isSPARouted? | (url : string , action? : RouteAction ) => boolean |
middlewareTimeout? | number |