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 ?
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 ?
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.