0

I made a small application in AngularJS and want to migrate it to Angular if possible. What is the best tool I can use to do that? Or if there isn't any tool for that, how should I do that?

1 Answers1

-1

it really depends to the "original" app.

Here is the link to the official documentation.

By design you have 100% breaking changes, you have to re-write almost everything.

I never tried that but we have an application in my company that is still on AngularJS. We estimated that re-writing it from scratch in Angular (v6 for instance) would cost less than porting the original one.

Massimo Costa
  • 1,864
  • 15
  • 23