@vismaux/ngx-nordic-cool
Version:
Common Nordic-Cool components for Angular.
17 lines (16 loc) • 519 B
JSON
{
"$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add ngx-nordic-cool to the project.",
"factory": "./ng-add/index#ngAdd",
"schema": "./ng-add/schema.json"
},
"ng-add-setup-project": {
"private": true,
"description": "Sets up the project after dependencies have been installed",
"factory": "./ng-add/setup-project#ngAddSetupProject",
"schema": "./ng-add/schema.json"
}
}
}