@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
28 lines (27 loc) • 1.29 kB
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Adds NAE library to the project and creates all the necessary files.",
"factory": "./add/add/index#ngAdd"
},
"create-nae-files": {
"description": "Creates all the necessary files for a NAE project",
"factory": "./add/create-nae-files/index#createNaeFiles",
"schema": "./add/create-nae-files/schema.json",
"private": true
},
"create-configuration-service": {
"description": "Generate a project specific configuration service and add the correct provider entry to app.module",
"factory": "./configuration-service/schematic-create-configuration-service#schematicEntryPoint",
"schema": "./configuration-service/schema.json",
"hidden": true
},
"create-view-service": {
"description": "Generate a project specific view service and add the correct provider entry to app.module",
"factory": "./view-service/schematic-create-view-service#schematicEntryPoint",
"schema": "./view-service/schema.json",
"hidden": true
}
}
}