installedVersionKey constant
This commit is contained in:
parent
ccf2fbd996
commit
acb7b7b8e3
|
@ -11,6 +11,7 @@ export class ConstantsService {
|
||||||
static readonly lockOptionKey: string = 'lockOption';
|
static readonly lockOptionKey: string = 'lockOption';
|
||||||
static readonly lastActiveKey: string = 'lastActive';
|
static readonly lastActiveKey: string = 'lastActive';
|
||||||
static readonly neverDomainsKey: string = 'neverDomains';
|
static readonly neverDomainsKey: string = 'neverDomains';
|
||||||
|
static readonly installedVersionKey: string = 'installedVersion';
|
||||||
|
|
||||||
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
readonly environmentUrlsKey: string = ConstantsService.environmentUrlsKey;
|
||||||
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
readonly disableGaKey: string = ConstantsService.disableGaKey;
|
||||||
|
@ -22,6 +23,7 @@ export class ConstantsService {
|
||||||
readonly lockOptionKey: string = ConstantsService.lockOptionKey;
|
readonly lockOptionKey: string = ConstantsService.lockOptionKey;
|
||||||
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
|
readonly lastActiveKey: string = ConstantsService.lastActiveKey;
|
||||||
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
|
readonly neverDomainsKey: string = ConstantsService.neverDomainsKey;
|
||||||
|
readonly installedVersionKey: string = ConstantsService.installedVersionKey;
|
||||||
|
|
||||||
// TODO: Convert these objects to enums
|
// TODO: Convert these objects to enums
|
||||||
readonly encType: any = {
|
readonly encType: any = {
|
||||||
|
|
Loading…
Reference in New Issue