mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
committed by
Mike Hartington
parent
59d064979f
commit
09d951ae1b
@@ -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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user