Angular 2 in Visual Studio 2015

0

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.

    
asked by anonymous 12.10.2016 / 12:12

1 answer

1

I've just used Visual Studio Code, it's easy to do the migration and we have the tools available for development.

It has great extensions to facilitate the development of code in snippets like the "Angular TypeScript Snippets" and Git extensions for version control.

It's easy to use, it's lighter and it's organized. Being that the whole compilation passes through Node.JS.

    
03.03.2017 / 12:46