env-properties.ts: Bug fix: property 'environment' set from boolean to string.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@54433 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
4af92166e6
commit
0e262ae362
|
@ -1,7 +1,7 @@
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
|
|
||||||
export class EnvProperties {
|
export class EnvProperties {
|
||||||
environment:boolean; //{beta,test,prod}
|
environment:string; //{beta,test,production}
|
||||||
enablePiwikTrack:boolean ;
|
enablePiwikTrack:boolean ;
|
||||||
enableHelper:boolean;
|
enableHelper:boolean;
|
||||||
useCache:boolean ;
|
useCache:boolean ;
|
||||||
|
|
Loading…
Reference in New Issue