You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular/testing.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,13 @@ Ionic Framework supports multiple versions of Angular. As a result, we need to v
6
6
7
7
The Angular test app supports syncing your locally built changes for validation.
8
8
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`.
14
16
15
17
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).
0 commit comments