Skip to content

Commit

Permalink
fix module loading
Browse files Browse the repository at this point in the history
  • Loading branch information
gevgeny committed Sep 26, 2016
1 parent f8314c7 commit 3641fe6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/src/highchartsModuleExample.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import {Component} from '../../node_modules/@angular/core';
import { Jsonp } from '../../node_modules/@angular/http';
import { Highcharts } from '../../index';

declare var require: any;
const Highcharts3d = require('../../node_modules/highcharts/highcharts-3d.js');
import * as Highcharts3d from 'highcharts/highcharts-3d';

Highcharts3d(Highcharts);

Expand Down

0 comments on commit 3641fe6

Please sign in to comment.