diff --git a/explore/src/app/landingPages/dataset/dataset.component.ts b/explore/src/app/landingPages/dataset/dataset.component.ts index 88bc7adf..892493f4 100644 --- a/explore/src/app/landingPages/dataset/dataset.component.ts +++ b/explore/src/app/landingPages/dataset/dataset.component.ts @@ -1,17 +1,7 @@ -import {Component, ViewChild, ElementRef} from '@angular/core'; +import {Component} from '@angular/core'; @Component({ selector: 'openaire-dataset', - template: ``, + template: ``, }) -export class OpenaireDatasetComponent{ - constructor ( ) { - - } - - ngOnInit() { -} - - - -} +export class OpenaireDatasetComponent{} diff --git a/explore/src/app/landingPages/orp/orp.component.ts b/explore/src/app/landingPages/orp/orp.component.ts index 990b3dd9..1b5ff4de 100644 --- a/explore/src/app/landingPages/orp/orp.component.ts +++ b/explore/src/app/landingPages/orp/orp.component.ts @@ -1,17 +1,7 @@ -import {Component, ViewChild, ElementRef} from '@angular/core'; +import {Component} from '@angular/core'; @Component({ selector: 'openaire-orp', - template: ``, + template: ``, }) -export class OpenaireOrpComponent{ - constructor ( ) { - - } - - ngOnInit() { -} - - - -} +export class OpenaireOrpComponent{} diff --git a/explore/src/app/landingPages/publication/publication.component.ts b/explore/src/app/landingPages/publication/publication.component.ts index e761b0c3..e82ff254 100644 --- a/explore/src/app/landingPages/publication/publication.component.ts +++ b/explore/src/app/landingPages/publication/publication.component.ts @@ -1,17 +1,8 @@ -import {Component, ViewChild, ElementRef} from '@angular/core'; +import {Component} from '@angular/core'; @Component({ - selector: 'openaire-publication', - template: ``, - }) -export class OpenairePublicationComponent{ - constructor ( ) { - - } - - ngOnInit() { -} - - - -} + selector: 'openaire-publication', + template: ` + `, +}) +export class OpenairePublicationComponent {} diff --git a/explore/src/app/landingPages/result/result.component.ts b/explore/src/app/landingPages/result/result.component.ts index c31418e6..860e4010 100644 --- a/explore/src/app/landingPages/result/result.component.ts +++ b/explore/src/app/landingPages/result/result.component.ts @@ -2,16 +2,6 @@ import {Component} from '@angular/core'; @Component({ selector: 'openaire-publication', - template: ``, + template: ``, }) -export class OpenaireResultComponent{ - constructor ( ) { - - } - - ngOnInit() { -} - - - -} +export class OpenaireResultComponent{} diff --git a/explore/src/app/landingPages/software/software.component.ts b/explore/src/app/landingPages/software/software.component.ts index e42b178e..17d10ef3 100644 --- a/explore/src/app/landingPages/software/software.component.ts +++ b/explore/src/app/landingPages/software/software.component.ts @@ -1,17 +1,7 @@ -import {Component, ViewChild, ElementRef} from '@angular/core'; +import {Component} from '@angular/core'; @Component({ selector: 'openaire-software', - template: ``, + template: ``, }) -export class OpenaireSoftwareComponent{ - constructor ( ) { - - } - - ngOnInit() { -} - - - -} +export class OpenaireSoftwareComponent{} diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index 244a8780..a7e25b89 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -2,7 +2,7 @@ "environment" : "development", "dashboard" : "explore", "enablePiwikTrack" : false, - "useCache" : true, + "useCache" : false, "showAddThis" : true, "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/", "framesAPIURL" : "https://beta.openaire.eu/stats3/",