Skip to content

Commit

Permalink
chore(core): revert import of Chart as a module
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 30, 2017
1 parent e099df0 commit 602742b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/charts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
Directive
} from '@angular/core';

import * as Chart from 'chart.js';
import { Chart } from 'chart.js';

/* tslint:disable-next-line */
@Directive({selector: 'canvas[baseChart]', exportAs: 'base-chart'})
Expand Down

0 comments on commit 602742b

Please sign in to comment.