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

@@ -23,7 +23,7 @@ Ionic Angular specific building blocks on top of [@ionic/core](https://www.npmjs
1. Pull the latest from master
2. Build ionic/angular: `npm run build`
3. Run `npm link` from ionic/angular directory
3. Run `npm link` from `ionic/angular/dist` directory
4. Create a blank angular project
```