Plugins

Plugins are additional features that can be configured using attributes defined for each plugin, and some plugins may use additional properties from data.

Enable a plugin

  1. Add the plugin module dependency to your application module dependencies list.

    angular.module('myApp', ['gantt', 'gantt.xxxxxx']);
    
  2. Add the plugin directive as a child element of the gantt directive.

    <div gantt>
        <gantt-xxxxxx></gantt-xxxxxx>
    </div>
    

Supported plugins