BaseNodeComponent | The base class for components that will be rendered as Nodes (or Groups). Your node/group components should extend this class. |
BasePortComponent | The base class for components used to render ports. You must extend this component if you use a component for rendering ports. Your extension of this component needs to declare a constructor that takes an ElementRef . When you call the port component you need to pass the port's backing data as obj and its parent node/group component as parent . |
BrowserUIAngular | Angular specific renderer. |
jsPlumbMiniviewComponent | A component that provides a miniview. |
jsPlumbService | The jsPlumbService provides the core of the Angular integration, offering methods to create and retrieve instances of the Toolkit. |
jsPlumbSurfaceComponent | Provides a component that manages a surface. |
jsPlumbToolkitModule | Angular module. You should import this module to your app. |