/angular-chart-js-tutorial

The tutorial file for my post on how to implement Chart.js in Angular 13+

Primary LanguageTypeScript

How to use Chart.js your Angular 13+ project

This is the project file related to the blog post I created. Check it out here on Hashnode or on Dev.to.

How to run

  1. Clone the repo to your machine
git clone repo https://github.com/chadwinjdeysel/angular-chart-js-tutorial
  1. Install dependancies
npm i 
  1. Run the project
ng serve
  1. Once ran, checkout the example on http://localhost:4200