Angular v13 Upgrade
See original GitHub issueBug Report
What is the expected behavior?
What is the current behavior?
What are the steps to reproduce?
Providing a StackBlitz (or similar) is the best way to get the team to see your issue.
- StackBlitz starter using latest
npm
nightly release:
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:37
- Comments:34 (8 by maintainers)
Top Results From Across the Web
Angular Update Guide
Select the options that match your update. Angular versions. From v. 16.0, 15.0, 14.0, 13.0, 12.0, 11.0, 10.2, 10.1, 10.0, 9.1, 9.0, 8.2,...
Read more >How to Upgrade from Angular 12 to Angular 13 Version ...
You can directly upgrade your angular cli version globally by using update command of ng. so you can do it by bellow command....
Read more >Upgrade (update) Angular 12 to 13 | Angular Tutorial - YouTube
Angular Tutorial: Using the latest version of angular (app framework) is the best practice. This video will explain how to upgrade ( update...
Read more >Upgrade From Angular 12 to 13 - YouTube
I decided to record myself updating the application from the LearnWith book series from Angular 12 to Angular 13.
Read more >Angular 13 - 14 migration - YouTube
In this video you will learn how to update angular version from 13 to 14 using angular update guide. Angular update guide ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m actively investigating this, but ideally we’d move to the new APF v13 and start vending partial compilation artifacts just like Components and the framework. This is nontrivial work but I’m setting aside some time for it this week. No ETA as of yet though.
I know this may come as a surprise, but upgrades are not mandatory. There’s nothing saying that you must upgrade tomorrow versus a week from tomorrow, except that you alone would like a new feature or change previously not available. Security patches, for instance, are always backported to supported versions. That being said,
--force
by definition is an option; whether it is viable for you or not is also up to you alone.Now all that aside, we are working hard on supporting v13 and APF 13. We have made significant progress in stabilizing the build and are in the process of validating the artifacts through extensive testing. The last thing we want for such a dramatic change is to get it wrong.
Some have suggested just cutting an ordinary v13 release without APF 13. I’d like to avoid that because then we would have to postpone introducing the new package format until v14 at the earliest, and we are incredibly close to getting it right as it is.
I understand you’re all eager to upgrade; I’d like to ask for your patience while we get this wrapped up. Generally speaking, we like to get these things done in line with Angular releases, where we release no later than one week after the framework does. That slipped in this case due to the aforementioned APF/partial compilation changes. Thankfully we don’t expect too many of those over time, and usually we meet our target.