fixed countryCode param

This commit is contained in:
Andreas Mantas 2021-09-06 11:19:52 +00:00
parent 3cfc632900
commit 355bb207df
4 changed files with 4 additions and 4 deletions

View File

@ -62,7 +62,7 @@ export class CountryOSDatasetsIndicatorsComponent implements OnInit {
this.indicator = params['indicator'];
});
this.route.parent.parent.parent.params.subscribe(params => {
this.route.parent.parent.parent.parent.parent.params.subscribe(params => {
this.countryCode = params['countryCode'];

View File

@ -61,7 +61,7 @@ export class CountryOSORPIndicatorsComponent implements OnInit {
this.indicator = params['indicator'];
});
this.route.parent.parent.parent.params.subscribe(params => {
this.route.parent.parent.parent.parent.parent.params.subscribe(params => {
this.countryCode = params['countryCode'];

View File

@ -79,7 +79,7 @@ export class CountryOSPublicationsIndicatorsComponent implements OnInit {
this.indicator = params['indicator'];
});
this.route.parent.parent.parent.params.subscribe(params => {
this.route.parent.parent.parent.parent.parent.params.subscribe(params => {
this.countryCode = params['countryCode'];

View File

@ -60,7 +60,7 @@ export class CountryOSSoftwareIndicatorsComponent implements OnInit {
this.indicator = params['indicator'];
});
this.route.parent.parent.parent.params.subscribe(params => {
this.route.parent.parent.parent.parent.parent.params.subscribe(params => {
this.countryCode = params['countryCode'];