1
Currently I have a project that is in Angularjs that we decided to upgrade to Angular 6. However, making this update at once is only impracticable due to the size of the project.
Is there a way to keep Angularjs and Angular in the same application? How to do this ? I searched some sites but found nothing concrete on the subject, only articles to "migrate".
Use the Upgrade module to help with the process: https://v2.angular.io/docs/ts/latest/guide/upgrade.html
– OnoSendai