core/version/websdk-plugin-version.factory.ts
Will provide the version of plugins installed to the current application.
Properties |
Methods |
constructor(config: VersionModuleConfig, appState: AppStateService, plugins: PluginsService)
|
||||||||||||
Parameters :
|
get |
get()
|
Returns :
Observable<Version[]>
|
getVersionsFromRemotes | ||||||
getVersionsFromRemotes(remotes: ApplicationRemotePlugins)
|
||||||
Parameters :
Returns :
Version[]
|
webSDKPluginVersions$ |
Type : Observable<Version[]>
|
Default value : of([])
|