[Chartjs]-How to add external scripts and css in latest angular-cli

2👍

You can put external files in the assets directory directory,

and refernce them in src/index.html like this:

 <script type="text/javascript" src="Chart.bundle.min.js"></script>

Leave a comment