How can I put my Extjs 4.2.x project inside latest Angular App
问题 I have a large app built in Ext4.2.x. Now the requirement is to do further development in Angular. I am trying to create a wrapper of Angular around Ext app so that we can use angular for further development/ migration of code piece by piece. till the time both the framework should work in harmony. Approach I am trying: I have created app(name is: NgApp ) scaffolding using angular-cli and put that code inside the root directory of Ext app( ExtNg ). Created a folder( ExtNg/NgBuild )to hold the