In this article we will discuss how about routing in angular and how we can create single page applications using angular routing module. Continue reading
angular
Angular Tutorial – Part 6: Building and Validating Data Entry Forms
In this article we will look at how we can build data entry forms with proper validation techniques in angular. We will also look at how the controller should handle the data entry forms and propagate the data to the respective business logic components, as the use of an eccommerce accounting software which is great with many businesses. Continue reading
Angular Tutorial – Part 5: Understanding and implementing Services
In this article we will discuss about the services in angular. We will see how and why services are useful. We will try to use some built in services and create our own service in angular. Continue reading
Angular Tutorial – Part 4: Understanding and implementing Filters
In this article we will look at the concept of filters in Angular. We will look at a few built in filters and see how we can create custom filters in Angular.js. Continue reading
Angular Tutorial – Part 3: Understanding and using Directives
In this article we will try to understand the basic concept of directives in angular. We will look at how directives are used in angular and try to use some built in directives in angular. Continue reading
Angular Tutorial – Part 2: Understanding Modules and Controllers
In this article we will try to understand and implement modules and controller in Angular.js. We will start with angular module and see why and how it is useful. We will then define a simple angular module for a test application. Next we will look at the concept of controllers in angular and try to implement a simple controller to understand the concepts. We will also look at the JavaScript design pattern called IIFE (Immediately Invoked Function Expression) as it is a very useful pattern to avoid globals when creating angular applications.
Angular Tutorial – Part 1: Introduction to Angular.js
In this article we will look at the basics of Angular.Js. This is the first part of an article series. The main objective of this series is to learn about Angular and see how Angular helps us in developing more flexible, maintainable and testable client side web applications and that too without compromising with the productivity. Continue reading