- App to get crypto currency price data from a CryptoCompare API.
- Angular httpClient used to get API data
- Separate
data.service.ts
file used to get API price data. This data is subscribed to inline-chart.component.ts
- Install dependencies using
npm i
. - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.