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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -266,7 +266,7 @@ For the `app` folder:
266
266
267
267
1. First run `pnpm ng update` and follow the instructions.
268
268
- This will update the Angular specific dependencies (and any other dependencies that support Angular Schematics for updates).
269
-
- You can choose to skip this step, especially if there is a major version of Angular with breaking changes (in which case you could choose to wait until the base template has been updated first). If you do skip this step, makes you don't inadvertently update the version of any Angular etc. packages in the next step.
269
+
- You can choose to skip this step, especially if there is a major version of Angular with breaking changes (in which case you could choose to wait until the base template has been updated first). If you do skip this step, make sure you don't inadvertently update the version of any Angular etc. packages in the next step.
270
270
1. Then run `pnpm update --interactive --latest` and follow the instructions.
271
271
- You can select the packages you want to update.
272
272
@@ -287,13 +287,13 @@ Make sure to do all this in a branch, test locally and push to GitHub, then open
287
287
288
288
> [!TIP]
289
289
>
290
-
> When updating the Angular dependencies using the Angular CLI, you may want to use <https://github.com/cexbrayat/angular-cli-diff> to find any other changes that could be made. Sometimes, the Angular folks will automatically make some of these changes for you (via the `ng update` process), but sometimes they won't. The `angular-cli-diff` is a really useful community project that can help you find any other relevant changes and make them manually. We usually do this ourselves when updating the base template and will provide instruction on what you could update (see the next section).
290
+
> When updating the Angular dependencies using the Angular CLI, you may want to use <https://github.com/cexbrayat/angular-cli-diff> to find any other changes that could be made. Sometimes, the Angular folks will automatically make some of these changes for you (via the `ng update` process), but sometimes they won't. The `angular-cli-diff` is a really useful community project that can help you find any other relevant changes and make them manually. We usually do this ourselves when updating the base template and will provide instructions on what you could update, as part of our official releases of the template (see the next section).
291
291
292
292
### 2. How to update your app to a base template release
293
293
294
294
> [!NOTE]
295
295
>
296
-
> Once the base template is launched and in a stable version, there are unlikely to be _frequent_ changes, so hopefully you won't need to do this often.
296
+
> Once the base template is out of **beta**and released in a stable version, there are unlikely to be _frequent_ changes, so hopefully you won't need to do this often.
297
297
>
298
298
> Also, we won't usually make releases for simple dependency updates, or content changes.
0 commit comments