AngularJS Tutorial
AngularJS by new properties and expression extends HTML.
AngularJS can build a single-page application (SPAs: Single Page Applications).
AngularJS learning is very simple.
Each chapter has a corresponding instance
In each section, you can edit the online instance, and then click the button to view the results.
AngularJS examples
<Html>
<Head>
<Meta charset = "utf-8 ">
<Script src = "http://cdn.static.w3big.com/libs/angular.js/1.4.6/angular.min.js"> </ script>
</ Head>
<Body>
<Div ng-app = "" >
<P> Name: <input type = "text" ng-model = "name"> </ p>
<H1> Hello {{name} } </ h1>
</ Div>
</ Body>
</ Html>
try it"
Before reading this tutorial, you need to know:
Before starting AngularJS, you need the following basics:
- HTML
- CSS
- JavaScript
AngularJS History
AngularJS is a relatively new technology, version 1.0 was released in 2012.
AngularJS by Google employees Misko Hevery from 2009 began to develop.
This is a very good idea, the project is officially supported by Google, there is a full-time development team to continue to develop and maintain this library.
AngularJS examples
This tutorial contains a lot of AngularJS examples!
AngularJS Reference Manual
This reference manual contains a tutorial to all commands and filters.