ngx-easy-d3
Version:
Build an Angular library compatible with AoT compilation and Tree shaking like an official package
15 lines (9 loc) • 434 B
text/typescript
//Donut
export { DonutComponent } from './components/donut/donut.component';
export { DonutService } from './services/donut.service';
//main Graph module exported
export { EasyD3GraphModule } from './modules/easyd3graph.module';
// Public classes.
export { SumComponent } from './components/test/sum.component';
export { SumService } from './services/sum.service';
export { ArithmeticModule } from './modules/arithmetic.module';