File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # angular2 -fusioncharts
1+ # angular -fusioncharts
22
33## Installation
44
5- To install ` angular2 -fusioncharts` library, run:
5+ To install ` angular -fusioncharts` library, run:
66
77``` bash
88$ npm install angular-fusioncharts --save
@@ -16,7 +16,7 @@ import { NgModule } from '@angular/core';
1616
1717import { AppComponent } from ' ./app.component' ;
1818
19- // Import angular2 -fusioncharts
19+ // Import angular -fusioncharts
2020import { FusionChartsModule } from ' angular-fusioncharts' ;
2121
2222// Import FusionCharts library and chart modules
@@ -58,7 +58,7 @@ export class AppComponent {
5858 title: string;
5959
6060 constructor () {
61- this .title = " Angular 2 FusionCharts Sample" ;
61+ this .title = " Angular FusionCharts Sample" ;
6262
6363 this .dataSource = {
6464 " chart" : {
You can’t perform that action at this time.
0 commit comments