Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
When you add this line to your angular.json-file, you get a "An unhandled exception occurred: Script file ./node_modules/chart.js/dist/Chart.js does not exist." error while building on linux systems.
  • Loading branch information
strgaltphil authored May 25, 2022
1 parent 972a4d3 commit 90f1209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/components/chart/chartdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h5 style="margin-top:0px">Charts.js</h5>

<app-code lang="typescript" ngNonBindable ngPreserveWhitespaces>
"scripts": [
"../node_modules/chart.js/dist/Chart.js",
"../node_modules/chart.js/dist/chart.js",
//..others
],
</app-code>
Expand Down

0 comments on commit 90f1209

Please sign in to comment.