Angular Chart.js Demo
This project code accompanies a blog found at
https://andrew-flower.com/blog/angular-chartjs
It is an example of creating Angular components around Chart.js charts.
View live on Stackblitz
Running the application
This project assumes you have node installed After cloning the repository, run this to launch the application:
ng serve
Navigate to http://localhost:4200/ to see the application running.