AngularJS Tutorial - Intro

New version Angular 9

As stated by Wikipedia:

AngularJS is an open-source JavaScript framework, maintained by Google, that assists with running single-page applications. Its goal is to augment browser-based applications with model–view–controller (MVC) capability, in an effort to make both development and testing easier.

The small side note is that the learning curve for Angular is pretty steep.

Main concepts

The target application

Our target will be a standard Contact Management Application (CMA from now :P ). The steps will be:

Prerequisites

External dependencies

Just for reference, if you need to work offline, you can download here the javascripts, css and images that are needed for the tutorial. And remind to change the path into the pages that references them!

Credits


Last modified on: September 03, 2014