Setting up Angular 2 in your application is quite time-consuming compare to AngularJS 1. For setting up Angular 1.x, all you need to do is to just add the reference of library but with Angular 2, it requires some more work due to dependency on Grunt or Gulp for build process, TypeScript and it’s compiler. And setting this with Visual Studio 2015 is even more time-consuming. Angular Team is aware of this and they came up with a solution and introduced a new command line tool (cli) for Angular 2. Yes, Angular CLI is here for Angular 2 applications.
Read More
Tag: Visual Studio Code
What is Visual Studio Code and is it different from Visual studio 2015?
First, don’t get confused by name “Visual Studio Code”. Initially when I heard this name “VS Code”, my instant reaction was “it may be a plug-in and it has some connection with Visual Studio 2015. But I was wrong”. Visual studio code is a separate product from Microsoft and it is completely different from Visual studio 2015.
Read More