docs(nx): correct wrong description for ng-add (#1731)
* docs(nx): correct wrong description for ng-add * docs(nx): generate new ng-add.md
This commit is contained in:
parent
e93064a758
commit
2c18f6aad7
@ -1,6 +1,6 @@
|
||||
# ng-add [hidden]
|
||||
|
||||
Add @nrwl/react to a project
|
||||
Add @nrwl/angular to a project
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"ng-add": {
|
||||
"factory": "./src/schematics/ng-add/ng-add",
|
||||
"schema": "./src/schematics/ng-add/schema.json",
|
||||
"description": "Add @nrwl/react to a project",
|
||||
"description": "Add @nrwl/angular to a project",
|
||||
"hidden": true
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user