Difference between revisions of "AngularJS"

From air
Jump to navigation Jump to search
Line 8: Line 8:
 
* [[Angular-strap]] (ie Angular + [[Bootstrap]])
 
* [[Angular-strap]] (ie Angular + [[Bootstrap]])
 
* [[Angular-UI]]
 
* [[Angular-UI]]
* [http://joshdmiller.github.io ng-boilerplate] ''Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around.''
+
* [http://joshdmiller.github.io/ng-boilerplate] ''Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around.''
   
 
=Livres=
 
=Livres=

Revision as of 13:20, 4 November 2014

MVC for HTML5/Javascript SPA (Single Page Application).

http://angularjs.org/

part of MEAN framework

see also

  • Angular-strap (ie Angular + Bootstrap)
  • Angular-UI
  • [1] Everything you need to kickstart AngularJS projects: a best-practice directory structure, an intelligent build system, and the best web design libraries around.

Livres

Tutoriel

Read :

git clone https://github.com/angular/angular-phonecat.git
cd angular-phonecat

# start the Karma unit test runner
npm test

# start the web server
npm start

Browse http://localhost:8000/app


Then in a separate terminal/command line window, we can run the Protractor test scripts against the application by running:

npm run protractor