Angular Programming Guide
iOS Universel / Education
This tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible.
First, you will learn the basics of AngularJS: directives, expressions, filters, modules, and controllers.
Then you will learn everything else you need to know about AngularJS:
Events, DOM, Forms, Input, Validation, Http, and more.
AngularJS History
AngularJS version 1.0 was released in 2012.
Miško Hevery, a Google employee, started to work with AngularJS in 2009.
The idea turned out very well, and the project is now officially supported by Google.
Angular components are the building blocks of an application. These components are associated with a template and they define different aspects of the user interface. In this Angular tutorial, you will learn about the different Angular components and will be able to create your first Angular component. You will also learn in this Angular tutorial about component decorator metadata that provides information about the component.