Angular 4 is coming… Looking to upgrade your project to Angular 4 ? You can simply try an in-place upgrade: iOS/Linux: npm i @angular/{common,compiler,core,forms,http,platform-browser,platform-browser-dynamic,platform-server,router}@next typescript@latest –S –E npm i @angular/compiler-cli@next –D -E Windows: npm i @angular/common@next @angular/compiler@next @angular/core@next @angular/forms@next @angular/http@next …

Upgrade from Angular 2.x to Angular 4! Read more »

Following the recent release of Visual Studio Code v1, here is an updated version of my Getting Angular Intellisense in Visual Studio Code tutorial: 1. jsconfig.json Notice you now have an icon to generate the jsconfig.json file! Now right-click on …

Getting Angular Intellisense in Visual Studio Code (revised) Read more »

Visual Studio Code (VS Code) is an awesome and free (Open Source) code editor that allows you to build and debug any modern web applications. http://code.visualstudio.com/ VS Code provides built-in intellisense (code completion) for JavaScript, TypeScript, C#, … just hit …

Getting Angular Intellisense in Visual Studio Code Read more »