Skip to content

Commit

Permalink
fix(Angular): Export base chart in Angular module
Browse files Browse the repository at this point in the history
  • Loading branch information
sparikh1594 committed Jul 10, 2019
1 parent e08b10e commit 99fdd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/angular/src/charts.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { LineChartComponent } from "./line-chart.component";
LineChartComponent
],
exports: [
BaseChart,
DonutChartComponent,
PieChartComponent,
BarChartComponent,
Expand Down

0 comments on commit 99fdd29

Please sign in to comment.