⚡ Angular App Crypto

  • App to get crypto currency price data from a CryptoCompare API.

📚 General info

  • Angular httpClient used to get API data
  • Separate data.service.ts file used to get API price data. This data is subscribed to in line-chart.component.ts

📶 Technologies

💾 Setup

  • Install dependencies using npm i.
  • Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.