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 Misko Hevery
parent 07f184a69d
commit cc52945d00
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
}