Skip to content

Commit 74e6c87

Browse files
committed
Code snippet fixes
1 parent b75524d commit 74e6c87

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h3>Render FusionMaps</h3>
224224
import {{ '{' }} AppComponent } from './app.component';
225225

226226
// Import FusionChartsModule from angular-fusioncharts
227-
import {{ '{' }} FusionChartsModule } from 'angular2-fusioncharts';
227+
import {{ '{' }} FusionChartsModule } from 'angular-fusioncharts';
228228

229229
// Import FusionCharts library
230230
import * as FusionCharts from 'fusioncharts';

0 commit comments

Comments
 (0)