core/version/application-version.factory.ts
Provides the information about the current application.
Properties |
Methods |
constructor(config: VersionModuleConfig, appState: AppStateService)
|
|||||||||
Parameters :
|
get |
get()
|
Returns :
Observable<Version>
|
getInformationFromApp | ||||||
getInformationFromApp(app: IApplication)
|
||||||
Parameters :
Returns :
Version
|
applicationVersions$ |
Type : Observable<Version>
|