Angular 2 at Visual Studio 2015

Asked

Viewed 100 times

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

  • I believe that using the visual studio code will be better for managing the migration to angular 2 - https://code.visualstudio.com/

1 answer

1

I ended up using Visual Studio Code, it is easy to migrate and we have the tools available for development.

It has great extensions to facilitate code development in snippets such as "Angular Typescript Snippets" and Git extensions for version control.

It is easy to use, it is lighter and it is organized. All compilation goes through Node.JS.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.