createTimestampPipe | ||||||||||
createTimestampPipe(timestampFormat: string)
|
||||||||||
Creates a PipeFunction to be used with the StarkTimestampMaskDirective to enforce an specific timestamp format.
Parameters :
Returns :
PipeFunction
|
destroyOverlaysOnEnterFn | ||||||||
destroyOverlaysOnEnterFn(transition: Transition)
|
||||||||
Hook to destroy the OverlayContainer inside which all overlays are rendered (i.e. stark-dropdown options) Fixes https://github.com/NationalBankBelgium/stark/issues/1570
Parameters :
Returns :
HookResult
|
insertMessage | ||||||||||||
insertMessage(messageArray, newMessage: StarkMessage)
|
||||||||||||
This function ensures that the new message is inserted in the right order. The messages should be ordered by ascending priority and then ordered by time (the most recent first).
Parameters :
Returns :
StarkMessage[]
Array of messages including the inserted message in the right order |
isStarkTimestampMaskConfig | ||||||||
isStarkTimestampMaskConfig(config: any)
|
||||||||
Type guard for {StarkTimestampMaskConfig|StarkTimestampMaskConfig}
Parameters :
Returns :
StarkTimestampMaskConfig
|
mergeUiTranslations | ||||||||||||
mergeUiTranslations(translateService: TranslateService, ...localesToMerge: undefined)
|
||||||||||||
This function can be used by Stark UI modules to merge their translations into existing translations, without losing any existing translations. See mergeTranslations docs for more information about how the translations are merged.
Parameters :
Returns :
void
|
progressIndicatorReducer | |||||||||
progressIndicatorReducer(state, action)
|
|||||||||
Reducer for the progress indicator
Parameters :
Map<string, StarkProgressIndicatorFullConfig> the new state of the progress indicator |