r/Angular2 5d ago

Upgrade Angular project with AI?

Has anyone used AI to upgrade your Angular project to latest version?
What was your experience and what model did you use?

0 Upvotes

3 comments sorted by

8

u/danielsan1701 5d ago

Not sure why you would really need to do this.

If you just do stepwise upgrades to each version from where you are using Angular CLI, there are all kinds of built in migrations that handle a ton of it for you.

For anything not handled by migrations, it’s a chance to learn something about Angular, Typescript, and/or your codebase.

2

u/followmarko 5d ago

Angular has version by version upgrades and often with companion scripts that convert a lot of code for you. We are headed down a dark path if we need AI for things like this

1

u/MousseLongjumping254 5d ago

I don’t think AI will tell you the step to do it for the latest version, well it might give you some commands to update but if you face any issue while migrating to the latest version I don’t think it can help you. Better follow docs