Reputation: 25
I am trying to upgrade an angular app from 5.2 app to 11. It uses webpack to build and was not created using cli and has no angular.json file. I tried the 'upgrade angular' website to get instructions and also referred to the 'medium.com' instrutions and other stackoverflow questions and was not able to find an answer, could someone please help me with the steps to upgrade the app.
Upvotes: 0
Views: 875
Reputation: 58039
I suggest you:
Upvotes: 4
Reputation: 502
You can use update guide and check step by step.
https://update.angular.io/?v=5.2-11.0
Upvotes: 3
Reputation: 7456
angular recommends to NOT TO upgrade more than 1 major updates at once. you have to upgrade step by step. 5 to 6, 6 to 7 and so on...
Upvotes: 3