src/core/smart-global-constans.service.ts
Methods |
constructor(errorHandler: SmartErrorHandlerService, smartConfig: SmartConfig)
|
|||||||||
|
Parameters :
|
| getGlobalValue | ||||||
getGlobalValue(key: string)
|
||||||
Type parameters :
|
||||||
|
Parameters :
Returns :
T
T |
| setGlobalValue |
setGlobalValue(key: string, value: any)
|
|
Returns :
void
|