docs(contributing): include steps to preview changes in an external app (#27172)

updates the contributing guide to:

- include steps to package changes and test them in an external app
- fix the references to the test apps so they point to the right
directories
- link to the test app directories for steps to run them and preview
changes from within this repository
This commit is contained in:
Brandy Carney
2023-04-13 11:01:09 -04:00
committed by GitHub
parent 67eb272cf2
commit e0b2bc5ece
3 changed files with 144 additions and 27 deletions

View File

@ -6,7 +6,7 @@ Ionic Framework supports multiple versions of Angular. As a result, we need to v
The Angular test app supports syncing your locally built changes for validation.
1. Build the `core` and `packages/angular` projects using `npm run build`.
1. Build the `core` and `packages/angular` directories using `npm run build`.
2. [Build the Angular test app](#test-app-build-structure).
3. Navigate to the built test app.
4. Install dependencies using `npm install`.