Angular: Difference between revisions
Jump to navigation
Jump to search
(Created page with "https://angularjs.org/ ''HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets yo...") |
|||
Line 16: | Line 16: | ||
Browse http://localhost:8000/app/index.html |
Browse http://localhost:8000/app/index.html |
||
<pre> |
|||
npm run protractor |
|||
</pre> |
Revision as of 13:18, 10 November 2015
HTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
Tutoriel
https://docs.angularjs.org/tutorial
git clone --depth=14 https://github.com/angular/angular-phonecat.git cd angular-phonecat node --version npm install bower install npm start
Browse http://localhost:8000/app/index.html
npm run protractor