AngularJS

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:

Web Application using rest in AngularJS – Part-2

Reading Time: 2 minutes As discussed in last blog , intro to AngularJS, its directives and Routing. Let us continue here with Angular Validations and how to define a controller in AngularJS. Validations : Angular provides various form validations. We will discuss a basic one here. Keep in mind to give a form name to your form. Also, add novalidate flag to your form element. This will remove all Continue Reading

Web Application using rest in AngularJS – Part-1

Reading Time: 3 minutes You know what is AngularJS famous for ? So before beginning to develop an example web app using angular, let us start knowing about some angular features. Angular gives you the feature of two way data binding :With reducing the code change in model, it shows the change in model over DOM element in fraction of seconds. AngularJS is a MVVM (Model-View-ViewModel) : ViewModel here Continue Reading

Using D3 charts with AngularJS

Reading Time: 3 minutes In this blog, we will learn using D3 chart with AngularJS. We will use D3 by injecting it in our angular application. Introduction of D3 Chart:- D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself Continue Reading