[Aggregator | angular-14]: myClaims.component.ts: No data in route - set claimsInfoURL and userInfoURL from properties.

This commit is contained in:
Konstantina Galouni 2022-12-22 13:25:00 +02:00
parent b2d69e938e
commit 5a90938545
2 changed files with 3 additions and 6 deletions

View File

@ -28,10 +28,7 @@ import {properties} from "../../../environments/environment";
}
}
public ngOnInit() {
this.sub = this.route.data
.subscribe((data: { envSpecific: EnvProperties }) => {
this.claimsInfoURL = data.envSpecific.claimsInformationLink;
this.userInfoURL = data.envSpecific.userInfoUrl;
});
this.claimsInfoURL = properties.claimsInformationLink;
this.userInfoURL = properties.userInfoUrl;
}
}

@ -1 +1 @@
Subproject commit 806f0185b80dd5d260e8e7e6985f3e5377958ba3
Subproject commit 328198b6a56c3f3ecb38c7928073914a9609ddc0