Angular

Ui made easy for Angular Js Developers

Reading Time: 2 minutes Angular Js developers sometimes feels bit confused when it comes to designing the UI, but there are some very useful and free directives are available in market that make the flow quite easy and interesting. Here in this blog we are going to give a small rest to Angular js developers by providing them a working introduction to these directives. For example how about having Continue Reading

Web Components, the Next Generation Web Development Markup

Reading Time: 2 minutes A lot of progress has been made since the introduction of the Web Components back in 2011. Basically Web Components are the sets of several separate technologies. You can think of Web Components as reusable UI (User Interface) widgets that are created using open Web technology. They are part of the browser, and so they do not need external libraries like jQuery, mootools and Dojo. Continue Reading

Access Users Android and iOS Camera with Ionic Framework

Reading Time: 2 minutes In the series of Ionic blog posts earlier we have seen how to setup ionic development environment Setup dev environment for ionic framework, now we are going to build the app which is using Camera API Now these days smart phones have at least one camera if not two. So many apps use the functionality of the user’s camera to click photos and access users 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:

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