@nova-ui/dashboards
Version:
Nova Dashboards is a framework designed to provide feature developers with a common solution for presenting data coming from various sources within a single view, as well as a set of predefined widget visualizations that are 100% configuration-driven and
33 lines (32 loc) • 949 B
JSON
{
"$id": "SchematicsNovaAdd",
"$schema": "http://json-schema.org/schema",
"description": "bootstraps a project for dashboards consumption",
"properties": {
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
},
"skipModuleUpdate": {
"type": "boolean",
"description": "Skip updating the module configuration",
"default": false
},
"skipCss": {
"type": "boolean",
"description": "Skip setting styles",
"default": false
},
"skipPackageJson": {
"type": "boolean",
"description": "Skip updating package.json dependencies",
"default": false
}
},
"required": [],
"title": "ng-add schematic for dashboards",
"type": "object"
}