docs: add ng-add save option (#38198)

PR Close #38198
This commit is contained in:
Tim Deschryver
2020-07-23 15:53:53 +02:00
committed by Michael Prentice
parent e565d97bc8
commit 03e02185d9
2 changed files with 23 additions and 2 deletions

View File

@ -16,5 +16,12 @@
"@angular/core": "^7.2.0"
},
// #docregion collection
"schematics": "./schematics/collection.json"
}
"schematics": "./schematics/collection.json",
// #enddocregion collection
// #docregion ng-add
"ng-add": {
"save": "devDependencies"
}
// #enddocregion ng-add
// #docregion collection
}