We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42caaf5 + a1e3ab3 commit fcbc5feCopy full SHA for fcbc5fe
README.md
@@ -8,14 +8,6 @@ To install this library, run:
8
$ npm install angular2-fusioncharts --save
9
```
10
11
-## Consuming your library
12
-
13
-Once you have published your library to npm, you can import your library in any Angular application by running:
14
15
-```bash
16
-$ npm install angular2-fusioncharts
17
-```
18
19
and then from your Angular `AppModule`:
20
21
```typescript
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "angular2-fusioncharts",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"scripts": {
5
"build": "ngc -p tsconfig.json",
6
"lint": "tslint src/*.ts",
0 commit comments