fix(angular): ng-add schematic (#20281)

* fix(angular): update ng-add schematic to use the project name

* fix(angular): use relative schematics collection.json path.
This commit is contained in:
Walter S
2020-01-24 20:13:02 +02:00
committed by Mike Hartington
parent 59d064979f
commit 09d951ae1b
4 changed files with 15 additions and 15 deletions

View File

@@ -74,7 +74,7 @@
"typescript": "3.4.5",
"zone.js": "^0.8.28"
},
"schematics": "schematics/collection.json",
"schematics": "./schematics/collection.json",
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"