AngularJS Tutorial

Welcome to AngularJS Tutorial

AngularJS is an open source front-end web application framework based on javascript, it is used to build dynamic front-end for Rich Internet Application (RIA). AngularJS is widely used for building Single Page Application (SPA). It extends the traditional HTML with new attributes and data-binding components that enable us to serve dynamic page content.

This AngularJS tutorial is comprehensive guide on basic to advanced concepts of AngularJS, it helps you to develop Rich Internet Applications (RIA) using AngularJS.

Audience

These tutorials are designed for beginners and experienced software professionals who want to learn or explore AngularJS basic to advance concepts.

Prerequisites

Before you start proceeding with this tutorial, we are assuming that you are having moderate knowledge of HTML, CSS, JavaScript, and AJAX. We expect that you have basic understanding of Model-View-Controller (MVC) concepts, Document Object Model (DOM), JavaScript functions, events, and error handling.