diff --git a/interactive-mining-angular-frontend/src/app/app.component.ts b/interactive-mining-angular-frontend/src/app/app.component.ts index bb93254..f148b1b 100755 --- a/interactive-mining-angular-frontend/src/app/app.component.ts +++ b/interactive-mining-angular-frontend/src/app/app.component.ts @@ -1,4 +1,5 @@ import { Component, OnInit } from '@angular/core'; +import {environment} from '../environments/environment.prod'; @Component({ selector: 'app-root', @@ -8,7 +9,7 @@ import { Component, OnInit } from '@angular/core'; export class AppComponent implements OnInit { private _userid = 'user5649231'; - private _backendserveraddress = 'https://beta.services.openaire.eu/interactive-mining'; + private _backendserveraddress = environment.miningbackendserveraddress; private _isCommunityManager = 'true'; title = 'app'; diff --git a/interactive-mining-angular-frontend/src/app/manageprofiles/manageprofiles.component.css b/interactive-mining-angular-frontend/src/app/manageprofiles/manageprofiles.component.css deleted file mode 100755 index e69de29..0000000 diff --git a/interactive-mining-angular-frontend/src/app/manageprofiles/manageprofiles.component.html b/interactive-mining-angular-frontend/src/app/manageprofiles/manageprofiles.component.html index 52c86a7..062d849 100755 --- a/interactive-mining-angular-frontend/src/app/manageprofiles/manageprofiles.component.html +++ b/interactive-mining-angular-frontend/src/app/manageprofiles/manageprofiles.component.html @@ -17,7 +17,7 @@ - + {{profile.user}} {{profile.profile}} @@ -36,8 +36,8 @@ + [id]="allProfiles.id" + (pageChange)="allProfiles.currentPage = $event">