Skip to content

Commit 47cc11a

Browse files
rkleclexasq
andauthored
Explain how to install the schematics package in Readme (#2018)
`ng add ng2-charts` does not seem to do it, so installing/adding it may be useful, is not it? Also maybe add it to the website? Note it should work, however, see #2017 Co-authored-by: Alexey Umanskiy <sharkakatsukie@gmail.com>
1 parent e0d381b commit 47cc11a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ ng add ng2-charts
2121
The required packages will be automatically installed, and your `app.config.ts` will be updated with the required
2222
changes to start using the library right away.
2323

24+
If you want to install [schematics](https://www.npmjs.com/package/ng2-charts-schematics) for easier code generation too:
25+
```bash
26+
npm install --save-dev ng2-charts-schematics
27+
```
28+
2429
#### Manual install through package managers
2530

2631
1. You can install **_ng2-charts_** using npm:

0 commit comments

Comments
 (0)