Skip to content

Commit 53e2dca

Browse files
committed
docs(angular): add missing step for running a test app
1 parent 4adbc8e commit 53e2dca

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/angular/testing.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ Ionic Framework supports multiple versions of Angular. As a result, we need to v
66

77
The Angular test app supports syncing your locally built changes for validation.
88

9-
1. Build the `core` and `packages/angular` directories using `npm run build`.
10-
2. [Build the Angular test app](#test-app-build-structure).
11-
3. Navigate to the built test app directory (e.g. `packages/angular/test/build/ng14`).
12-
4. Install dependencies using `npm install`.
13-
5. Sync your local changes using `npm run sync`.
9+
1. Build the `core` directory.
10+
2. Navigate to `packages/angular` and run `npm run sync`.
11+
3. Build `packages/angular` using `npm run build`.
12+
4. [Build the Angular test app](#test-app-build-structure).
13+
5. Navigate to the built test app directory (e.g. `packages/angular/test/build/ng14`).
14+
6. Install dependencies using `npm install`.
15+
7. Sync your local changes using `npm run sync`.
1416

1517
From here you can either build the application or start a local dev server. When re-syncing changes, you will need to [wipe or disable the application cache](#application-cache).
1618

0 commit comments

Comments
 (0)