This Angular project allows you to track stocks from Finnhub service and display several data on them. The list of tracked stocks is persisted on local storage.
It explores several Angular and RxJS concepts like custom directives, reactive operators, lazy loading.
- Clone the repo
- Run
npm install
- Run
ng serve
- Go to
http://localhost:4200