UNPKG

@syncfusion/ej2-angular-diagrams

Version:

Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.

35 lines (34 loc) 1.01 kB
{ "$schema": "http://json-schema.org/schema", "$id": "ngAdd", "title": "Add Essential JS 2 Angular packages", "type": "object", "properties": { "skipPackageJson": { "type": "boolean", "default": false, "description": "Do not add add Essential JS 2 Angular packages dependencies to package.json (e.g., --skipPackageJson)" }, "modules": { "type": "string", "default": "", "description": "Add only specific Essential JS 2 modules to the app.module file (eg: --modules=slider, grid)" }, "modulePath": { "type": "string", "default": "", "description": "Used to specify the path of the module file where the EJ2 module needs to be imported" }, "theme": { "enum": [ "material", "fabric", "bootstrap", "highcontrast" ], "default": "material", "description": "Used to change the theme that needs to be imported" } }, "required": [] }