core/version/backend-version.factory.ts
Will provide the backend versions of the tenant. The system option 'system' -> 'version' is used for this.
Properties |
Methods |
constructor(config: VersionModuleConfig, appState: AppStateService)
|
|||||||||
Parameters :
|
get |
get()
|
Returns :
Observable<Version | []>
|
backendVersion$ |
Type : Observable<Version | []>
|
Default value : of([])
|