UNPKG

angular-advance-chart

Version:

Angular Advance Chart provides chart solution for Angular.Currently supports Bar, Pie and Donut chart

6 lines (5 loc) 289 B
export * from './lib/angular-advance-chart.module'; export * from './lib/_component/bar-chart/bar-chart.component'; export * from './lib/_component/donut-chart/donut-chart.component'; export * from './lib/_component/pie-chart/pie-chart.component'; export * from './lib/_model/index';