There are many JavaScript frameworks available for building an Web Application. A front-end framework is a technology providing us the right set of tools to build a web application while also defining how it should be designed and how the code should be organized. During the initial days of web application development, it was purely... Continue Reading →
ng-conf 2019 – Keynote Recap
ng-conf is a three-day Angular conference focused on delivering the highest quality training in the Angular JavaScript framework. 1500+ developers from across the globe converge on Salt Lake City, UT every year to attend talks and workshops by the Angular team and community experts. In this blog, we are going to see the updates about... Continue Reading →
Create Custom pipes in Angular
ng-hello. A pipe is used to transform values in an Angular template. It takes in data as input and transforms it to a desired output. In this blog we will see what are all the built in pipes available and also we'll explore how we can create custom pipes in Angular. Built-in Pipes Angular comes... Continue Reading →
Hello World: ASP.NET First MVC Application using Visual Studio 2017
Hey Guys! In this blog, we are going to see how we can create an ASP.NET MVC application using Visual Studio 2017. Enough of talking, let's jump into action. Steps to be followed: STEP 1: Open Visual Studio 2017. From the Visual Studio menu, select File --> New --> Project. STEP 2: Select the template... 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 →