Changeset ef1219a for Farmatiko/ClientApp/src/app/fetch-data
- Timestamp:
- 07/27/20 23:36:14 (4 years ago)
- Branches:
- master
- Children:
- e42f61a
- Parents:
- d2e69be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/fetch-data/fetch-data.component.ts
rd2e69be ref1219a 12 12 http.get<WeatherForecast[]>(baseUrl + 'weatherforecast').subscribe(result => { 13 13 this.forecasts = result; 14 console.log(this.forecasts); 14 15 }, error => console.error(error)); 15 16 }
Note:
See TracChangeset
for help on using the changeset viewer.