Connect(); 2018 is where developers from around the world come together and get inspired to build the apps of tomorrow, today. Tune in to hear the latest on Azure, and Visual Studio, enjoy on-demand sessions, and see experts code live on Twitch & Mixer. From keynotes to demos to live coding and Q&A with experts,... Continue Reading →
TypeScript 3.1
TypeScript is an free, open-source and cross-platform language that builds on top of modern JavaScript. To know more about TypeScript you can refer their official documentation. You can able to install the latest version of TypeScript via npm like, npm install -g typescript@latest The following editor supports typescript: Visual Studio 2017 Visual Studio 2015 Visual... Continue Reading →
Steps for Upgrading to Angular 7
It's going to be a short blog of how to upgrade our Angular application. Angular 7 has it's own dependencies such as, TypeScript 3.1 Node 10 RxJS 6.3 Let us see how we can upgrade these dependencies and finally we'll see how we can update our Angular application. TypeScript 3.1 TypeScript 3.1 was released on... Continue Reading →
What’s new in Angular 7?
Angular 7 is here! But I think google was busy with other things. There are not much features in Angular 7. Basically, they were concentrating mainly on the Ivy project and rewriting the functionality of the angular compiler to make it even better and reliable. We'll also discuss what are the new angular/cli features introduced... Continue Reading →