My application is in Zend framework + AngularJS. Where Zend framework gives us the routes and APIs for consuming in application. current zend routes are like - app.domain.com/home, app.domain.com/users
I am creating a new module let say it - app.domain.com/send-sms and want to develop it in Angular.
Now I am planning to migrate it AngularJS to Angular and everything else will be same this point of time. Later all the modules will go in Angular (app.domain.com) and i will create api.domain.com (zend framework application for APIs)
Please suggest what will be the better approach to migrate modules gradually to shift completely on Angular.