angular2.0

Manipulating Server returned dates at client Side in Angular

Reading Time: 2 minutes Hey Visitor, Have you ever faced an issue with the date values on your website, when the date and time returned from server doesn’t change according to the client timezone , for eg. values returned from server at US will be different for a client at India so we need to manipulate the received time according to Indian Time Zone. So recently, I encountered this Continue Reading

Implementing ag-Grid in Angular 2

Reading Time: 4 minutes What is ag-Grid? ag-Grid is a JavaScript Data Grid for Building Enterprise Web Applications. It is one of the most widely used grid. It provides features like sorting, filtering, selection, re-sizing and many more. Here’s an inspiring article of how ag-grid was developed. Prerequisite : To understand how to implement ag-Grid in your Angular 2 application, you need to have a basic knowledge of Angular Continue Reading

Download server responded data directly into a file using AngularJs

Reading Time: 2 minutes Sometimes as a AngularJs developer you get some requirements which look easy but they could be tricky, in-short in this post we are having a scenario like: On a state i do have some dynamic generated links with unique ids, by clicking any of them a ajax request will be fired with it’s id that will fetch some data on success from server (may be Continue Reading

Introduction to Angular 2.0 & comparison with Angular 1.x with problems and improvements

Reading Time: < 1 minute Introduction to Angular2.0, slides contains the information about Angular2.0 and comparing the versions of ng as well, included the code examples, some real problems and improvements that are introduced in 2.0.   Watch the running video session of presentation: