The original base class for components used to render ports. You must extend this component if you use a component for rendering
ports and you are using a LegacyBaseNodeComponent. 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. Note that as of 6.60.0 this
component is deprecated and will not be available in 7.x. Use BasePortComponent now.
The original base class for components used to render ports. You must extend this component if you use a component for rendering ports and you are using a LegacyBaseNodeComponent. 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 asobjand its parent node/group component asparent. Note that as of 6.60.0 this component is deprecated and will not be available in 7.x. UseBasePortComponentnow.Deprecated