I have been working on a project that uses Ionic Framework and AngularJS for mobile and I use Visual Studio 2015 "Tools for Cordova" to build and debug the project.
Recently, Angular 2 and Ionic 2 came out in a stable release and I decided to start migrating from the current project to the latest frameworks.
I noticed that Visual Studio still does not have much support for Angled 2 and so I decided to use "Angular 2 CLI" to create an Angular 2 project and then to import as a Cordova project.
Has some references problems in TypeScript. Is there any way to pass my angled project JS 1 to 2 from Visual Studio?
Some link that can help me.