0

My current AngularJS application is being served by django. Now our team in a position to migrate Angular1 to Angular5. It should run parallelly. Our application is very big and legacy. I checked angular doc, which has ngupgrade which will help us to migrate things. I am here just looking for a repo or example to run both Angular1 and Angular5.

georgeawg
  • 48,608
  • 13
  • 72
  • 95
a8hok
  • 153
  • 1
  • 2
  • 10

1 Answers1

1

You can clone this repo https://github.com/upgradingangularjs/ordersystem-project. Just go to commit 083ee533d44c05db003413186fbef41f76466976

git checkout 083ee533d44c05db003413186fbef41f76466976.

In this commit they are bootstrapping both angular 5 and angularjs. And having one component in Angular 5 and rest in angularjs.

Ishrat Jahan
  • 136
  • 5