0
I have been working on a project that uses Ionic Framework and Angularjs for mobile and use Visual Studio 2015 "Tools for Cordova" to build and debug the project.
Recently, Angular 2 and Ionic 2 came out in stable release and I decided to start migrating from the current project to the latest frameworks.
I noticed that Visual Studio still doesn’t have much support for Angular 2 and so I decided to use "Angular 2 CLI" to create a project in Angular 2 and then import as Cordova project.
Presents some referencing problems in Typescript. Is there any way to pass my project Angularjs 1 to 2 from Visual Studio?
Any link that might help me.
Good morning It is possible to migrate Angular 1.x project to Angular 2. Follow the link of the Framework documentation https://angular.io/docs/ts/latest/guide/upgrade.html
– Jeordane Batista
I believe that using the visual studio code will be better for managing the migration to angular 2 - https://code.visualstudio.com/
– Pablo Dias