UNPKG

ngx-svg-graphics

Version:

Small svg library to link components or svg elements with arrows and allow to drag components.

16 lines (15 loc) 986 B
export * from './lib/models/dragger'; export * from './lib/components/draggable/draggable.component'; export * from './lib/components/arrows/arrow-between-elems/arrow-between-elems.component'; export * from './lib/components/arrows/arrow-between-boxes/arrow-between-boxes.component'; export * from './lib/components/arrows/arrow-between-points/arrow-between-points.component'; export * from './lib/components/text-area-svg/text-area-svg.component'; export * from './lib/services/arrow-style-configuration.service'; export * from './lib/services/svg-access.service'; export * from './lib/utils/position-helper'; export * from './lib/utils/path-layouter'; export * from './lib/utils/text-distributor'; export type { BoundingBox } from './lib/models/bounding-box'; export type { ArrowStyleConfiguration } from './lib/models/arrow-style-configuration'; export type { Identifiable } from './lib/models/identifiable'; export type { Positionable, Draggable } from './lib/models/positionable';