Class ControlsComponent

This component was written for the JsPlumb demonstration applications. We've included it in JsPlumb's angular integration as it may provide a useful base on which to build your own. Out of the box this is "production ready", but it does assume that either you're including the jsplumbtoolkit-controls.css stylesheet in your cascade, or you've pulled out the relevant styles from that stylesheet. Also note that the default prompt for users when they press the 'clear' button is in English, as are the button tooltips.

Implements

  • OnInit

Methods

Methods

  • A callback method that is invoked immediately after the default change detector has checked the directive's data-bound properties for the first time, and before any of the view or content children have been checked. It is invoked only once when the directive is instantiated.

    Returns void

Version :