Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit a87b25f

Browse files
author
Stefan Luger
authored
Update README.md
1 parent 5b1084d commit a87b25f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,13 @@ npm install
199199
npm run build
200200
```
201201

202+
## Angular CLI Usage
203+
Here is an example project based on Angular CLI with Angular 7 dependencies: https://github.com/sluger/ng-chartjs-boxplot
204+
205+
The incomaptibility with Webpack 4, mjs and Angular CLI can be solved by importing the chartjs boxplot library via the `.js` build artifact:
206+
```javascript
207+
import "chartjs-chart-box-and-violin-plot/build/Chart.BoxPlot.js";
208+
```
202209

203210
***
204211

0 commit comments

Comments
 (0)