Project

General

Profile

« Previous | Next » 

Revision 57893

Finished the first implementation of the overview page and the country page

View differences:

data.service.ts
22 22
  }
23 23

  
24 24
  public getCountryData(countryName: string) {
25
    return null;
25
    return this.httpClient.get<OverviewData>(this._jsonURl, headerOptions);
26 26
  }
27 27
}

Also available in: Unified diff