Project

General

Profile

« Previous | Next » 

Revision 57746

Use uikit3 instead of the custom uikit2

View differences:

country-page.component.ts
25 25

  
26 26
  ngOnInit(): void {
27 27

  
28
    window.scroll(0,0);
29

  
28 30
    this.countryName = this.route.snapshot.paramMap.get('countryName');
29 31
    this.linkToCountryInOpenAIRE = 'https://www.openaire.eu/item/' + this.countryName.replace(' ', '-');
30 32
    console.log('Country name: ', this.countryName);

Also available in: Unified diff