0

I have an existing application written in mvc5 and Angular1.I want to convert all Angular1 code to Angular4 code. Is there any tool available for migration/I have to do manually.

2
  • It is 'Angular', not 'Anguler'. Commented Jun 6, 2017 at 12:46
  • Thanks for warning the typo Commented Jun 7, 2017 at 4:20

1 Answer 1

1

No, There is no such tool available yet.

You have to create it manually. You need to convert all your pages in components as per documentation

These are few document links you can follow though.

https://www.joshmorony.com/how-to-convert-an-ionic-1-application-to-ionic-2/

https://angular.io/docs/ts/latest/guide/upgrade.html

https://www.codementor.io/angularjs/tutorial/migrating-from-angular-1-to-angular-2

https://vsavkin.com/migrating-angular-1-applications-to-angular-2-in-5-simple-steps-40621800a25b

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.