src/lib/services/sz-config-data.service.ts
methods used to get data from the api server about its configuration.
Properties |
|
Methods |
constructor(configDataService: SzConfigService)
|
||||||
Parameters :
|
getActiveConfig |
getActiveConfig()
|
get the active config from the api/poc server
Returns :
any
|
getFeaturesFromConfig | ||||||
getFeaturesFromConfig(config: literal type)
|
||||||
get features as defined/ordered from configuration response
Parameters :
Returns :
any
|
getOrderedFeatures | ||||||
getOrderedFeatures(pullFromCacheIfAvailable?: boolean)
|
||||||
the feature names from a poc/api server in the order defined on the server
Parameters :
Returns :
Observable | undefined
|
Public configDataService |
Type : SzConfigService
|