Project

General

Profile

« Previous | Next » 

Revision 57666

Continue working on the overview page and created the component for the country page

View differences:

data.service.ts
21 21
    return this.httpClient.get<OverviewData>(this._jsonURl, headerOptions);
22 22
  }
23 23

  
24
  // public getOverviewData(): Observable<OverviewData> {
25
  //   return ;
26
  // }
24
  public getCountryData(countryName: string) {
25
    return null;
26
  }
27 27
}

Also available in: Unified diff