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 →
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 →