Skip to content

Commit

Permalink
Angular | Build: Adding chord diagram to angular wrapper
Browse files Browse the repository at this point in the history
#0
  • Loading branch information
reb-dev committed Nov 21, 2023
1 parent 8c877f2 commit d576856
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions packages/angular/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
export * from './core'

// SVG Components
export { VisLineComponent } from './components/line/line.component'
export { VisLineModule } from './components/line/line.module'

export { VisAreaComponent } from './components/area/area.component'
export { VisAreaModule } from './components/area/area.module'

Expand All @@ -14,18 +11,33 @@ export { VisAxisModule } from './components/axis/axis.module'
export { VisBrushComponent } from './components/brush/brush.component'
export { VisBrushModule } from './components/brush/brush.module'

export { VisFreeBrushComponent } from './components/free-brush/free-brush.component'
export { VisFreeBrushModule } from './components/free-brush/free-brush.module'
export { VisChordDiagramComponent } from './components/chord-diagram/chord-diagram.component'
export { VisChordDiagramModule } from './components/chord-diagram/chord-diagram.module'

export { VisCrosshairComponent } from './components/crosshair/crosshair.component'
export { VisCrosshairModule } from './components/crosshair/crosshair.module'

export { VisDonutComponent } from './components/donut/donut.component'
export { VisDonutModule } from './components/donut/donut.module'

export { VisFreeBrushComponent } from './components/free-brush/free-brush.component'
export { VisFreeBrushModule } from './components/free-brush/free-brush.module'

export { VisGraphComponent } from './components/graph/graph.component'
export { VisGraphModule } from './components/graph/graph.module'

export { VisGroupedBarComponent } from './components/grouped-bar/grouped-bar.component'
export { VisGroupedBarModule } from './components/grouped-bar/grouped-bar.module'

export { VisLineComponent } from './components/line/line.component'
export { VisLineModule } from './components/line/line.module'

export { VisNestedDonutComponent } from './components/nested-donut/nested-donut.component'
export { VisNestedDonutModule } from './components/nested-donut/nested-donut.module'

export { VisSankeyComponent } from './components/sankey/sankey.component'
export { VisSankeyModule } from './components/sankey/sankey.module'

export { VisScatterComponent } from './components/scatter/scatter.component'
export { VisScatterModule } from './components/scatter/scatter.module'

Expand All @@ -41,15 +53,6 @@ export { VisXYLabelsModule } from './components/xy-labels/xy-labels.module'
export { VisTopoJSONMapComponent } from './components/topojson-map/topojson-map.component'
export { VisTopoJSONMapModule } from './components/topojson-map/topojson-map.module'

export { VisSankeyComponent } from './components/sankey/sankey.component'
export { VisSankeyModule } from './components/sankey/sankey.module'

export { VisGraphComponent } from './components/graph/graph.component'
export { VisGraphModule } from './components/graph/graph.module'

export { VisNestedDonutComponent } from './components/nested-donut/nested-donut.component'
export { VisNestedDonutModule } from './components/nested-donut/nested-donut.module'

// HTML Components
export { VisLeafletMapComponent } from './html-components/leaflet-map/leaflet-map.component'
export { VisLeafletMapModule } from './html-components/leaflet-map/leaflet-map.module'
Expand Down

0 comments on commit d576856

Please sign in to comment.