0

I have been trying to come up with some ideas of getting angularjs and angular 2 versions to combine in a single JS file.

Is it possible , if so kindly provide me a solution to execute that ?

1 Answers1

1

Assuming you are already have an AngularJS codebase, you can use ng-forward / ng-upgrade to start writing Angular like code which will make upgrading a lot easier.

The github is here https://github.com/ngUpgraders/ng-forward

If you are starting a new project definitely just use Angular and skip AngularJS entirely.

init fail
  • 389
  • 1
  • 2
  • 15