I am looking into ways of migration a current Angular 1 project to Angular 4.
Options are ng-forward, ngUpgrade or rewrite.
I am thinking on rewriting it but with a twist.
- I keep the current application
- Start writing the new one parallel to it
- All new NG4 rewrites, I want to use ... so bit by bit in other words.
Has anyone attempted this or know a better way?