| AlertHttpErrorCallbackFn | ||||||
AlertHttpErrorCallbackFn(error: HttpErrorResponse)
|
||||||
|
Parameters :
Returns :
void
|
| ConsoleHttpErrorCallbackFn | ||||||
ConsoleHttpErrorCallbackFn(error: HttpErrorResponse)
|
||||||
|
Parameters :
Returns :
void
|
| GrowlHttpErrorCallbackFn | |||||||||
GrowlHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector)
|
|||||||||
|
Parameters :
Returns :
void
|
| LogHttpErrorCallbackFn | |||||||||
LogHttpErrorCallbackFn(error: HttpErrorResponse, injector: Injector)
|
|||||||||
|
Parameters :
Returns :
void
|
| createSelector | |||||||||
createSelector(s1: Selector, projector)
|
|||||||||
|
Parameters :
Returns :
MemoizedSelector<State, Result, unknown>
|
| createSelector | ||||||
createSelector(selectors, projector)
|
||||||
|
Parameters :
Returns :
MemoizedSelector<State, Result, Result>
|
| createSelector | ||||
createSelector(...input: undefined)
|
||||
|
Parameters :
Returns :
MemoizedSelector | MemoizedSelectorWithProps
|
| createSelectorFactory | ||||||
createSelectorFactory(memoize: MemoizeFn)
|
||||||
|
Parameters :
Returns :
MemoizedSelector<T | V>
|
| createSelectorFactory | |||||||||||||||
createSelectorFactory(memoize: MemoizeFn, options: SelectorFactoryConfig)
|
|||||||||||||||
|
Parameters :
|
| defaultMemoize | ||||||||||||||||
defaultMemoize(projectionFn: AnyFn, isArgumentsEqual: unknown, isResultEqual: unknown)
|
||||||||||||||||
|
Parameters :
Returns :
MemoizedProjection
|
| defaultStateFn | |||||||||||||||
defaultStateFn(state: any, selectors, props: any, memoizedProjector: MemoizedProjection)
|
|||||||||||||||
|
Parameters :
Returns :
any
|
| extractArgsFromSelectorsDictionary | ||||||
extractArgsFromSelectorsDictionary(selectorsDictionary: Record)
|
||||||
|
Parameters :
Returns :
unknown
|
| isArgumentsChanged | ||||||||||||
isArgumentsChanged(args: IArguments, lastArguments: IArguments, comparator: ComparatorFn)
|
||||||||||||
|
Parameters :
|
| isEqualCheck |
isEqualCheck(a: any, b: any)
|
|
Returns :
boolean
|
| isSelectorsDictionary | ||||
isSelectorsDictionary(selectors)
|
||||
|
Parameters :
|
| euiLogServiceFactory | ||||||||||||||||||||||||
euiLogServiceFactory(injector: Injector, rootBaseLoggerName: string, rootConfig: LogConfig, childBaseLoggerName: string, childConfig: LogConfig)
|
||||||||||||||||||||||||
|
Parameters :
Returns :
LogService
|
| getLogAppendersConfig | ||||||||||||
getLogAppendersConfig(config: LogConfig, injector: Injector)
|
||||||||||||
|
Helper function to provide a list of log appenders from a log configuration
Parameters :
Returns :
LogAppender[]
an array of log appenders |
| isLogConfigDefined | ||||||
isLogConfigDefined(config: LogConfig)
|
||||||
|
Helper function to check if the log config is defined. Does not check only for empty object, because the config can have other (non-log) parameters
Parameters :
Returns :
boolean
true/false |
| logServiceFactory | ||||||||||||
logServiceFactory(config: LogConfig, injector: Injector)
|
||||||||||||
|
Helper function to provide an instance of LogService from a configuration
Parameters :
Returns :
LogService
an instance of log service |
| getCoreChildProviders | ||||||
getCoreChildProviders(moduleName: string)
|
||||||
|
Parameters :
Returns :
Provider[]
|
| getCoreProviders |
getCoreProviders()
|
|
Returns :
Provider[]
|
| getDependencyProviders |
getDependencyProviders()
|
|
Returns :
Provider[]
|
| getGlobalConfig | ||||||
getGlobalConfig(appConfig: EuiAppConfig)
|
||||||
|
Parameters :
Returns :
GlobalConfig
|
| getHttpErrorHandlingConfig | ||||||
getHttpErrorHandlingConfig(appConfig: EuiAppConfig)
|
||||||
|
Parameters :
Returns :
HttpErrorHandlerConfig
|
| getModuleConfig | |||||||||
getModuleConfig(appConfig: EuiAppConfig, moduleName: string)
|
|||||||||
|
Parameters :
Returns :
ModuleConfig
|
| getRootLogConfig | ||||||
getRootLogConfig(appConfig: EuiAppConfig)
|
||||||
|
Parameters :
Returns :
LogConfig
|
| getShowConnectionStatus | ||||||
getShowConnectionStatus(globalConfig: GlobalConfig)
|
||||||
|
Parameters :
Returns :
ConnectionStatus
|
| mergeAppHandlerConfigToAppConfig | |||||||||
mergeAppHandlerConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppHandler: EuiAppHandlersConfig)
|
|||||||||
|
Parameters :
Returns :
EuiAppConfig
|
| mergeAppJsonConfigToAppConfig | |||||||||||||||
mergeAppJsonConfigToAppConfig(euiAppConfig: EuiAppConfig, envAppJsonConfig: EuiAppJsonConfig, merge: Array, isDeepMerge: boolean)
|
|||||||||||||||
|
Parameters :
Returns :
EuiAppConfig
|
| prepareEuiAppConfigToken | ||||||
prepareEuiAppConfigToken(euiConfig: EuiConfig)
|
||||||
|
Parameters :
Returns :
EuiAppConfig
|
| loadEuiDynamicEnvironmentConfig | ||||||||||||
loadEuiDynamicEnvironmentConfig(url: string, timeout?: number)
|
||||||||||||
|
Function to load asynchronously a dynamic configuration (from a local path or a web service)
Parameters :
Returns :
Promise<EuiAppJsonConfig>
EuiAppJsonConfig promise |
| preInitApp | ||||||||
preInitApp(envConfig: EuiEnvConfig)
|
||||||||
|
Function to be used before the AppModule is bootstrapped. It is currently used to load dynamic configurations. It needs to be added in your application main.ts file.
Parameters :
Returns :
Promise<EuiEnvConfig>
the updated environment configuration, as a promise |
| localStorageSync | ||||||
| it will be removed in the next major version | ||||||
localStorageSync(platformId)
|
||||||
|
Utility meta-reducer to load the state from the local storage
Parameters :
Returns :
function
|
| localStorageSync | ||||||||
localStorageSync(reducer: ActionReducer)
|
||||||||
|
Utility meta-reducer to load the state from the local storage
Parameters :
Returns :
S
|
| localStorageSync | |||||||||
localStorageSync(reducer: ActionReducer, platformId?)
|
|||||||||
|
Parameters :
Returns :
Function
|
| sessionStorageSync | ||||||
| it will be removed in the next major version | ||||||
sessionStorageSync(platformId)
|
||||||
|
Utility meta-reducer to load the state from the session storage
Parameters :
Returns :
function
|
| sessionStorageSync | ||||||||
| it will be removed in the next major version | ||||||||
sessionStorageSync(reducer: ActionReducer)
|
||||||||
|
Utility meta-reducer to load the state from the session storage
Parameters :
Returns :
S
|
| sessionStorageSync | |||||||||
sessionStorageSync(reducer: ActionReducer, platformId?)
|
|||||||||
|
Parameters :
Returns :
Function
|
| provideEuiInitializer |
provideEuiInitializer()
|
|
Initializes the app with the necessary configurations. Use this in combination with
Returns :
EnvironmentProviders
|