We have a mid size SPA that started as Vue, but we want to migrate to Angular because it's more mature and more intuitive for .NET developers. The problem is that the app is too big to just re-write it, so the goal would be to implement any new pages in Angular, and slowly convert page by page to Angular.
Also did anyone had a chance to run Angular component as part of Vue page? The Vue is in pure JavaScript and Angular must be in TypeScript for us to make sense.
Answers with code examples will be strongly appreciated.