AngularJS resources: Difference between revisions
Jump to navigation
Jump to search
m (Video8 moved page Angular.js resources to AngularJS resources: more accurate title) |
No edit summary |
||
| Line 7: | Line 7: | ||
* [http://egghead.io egghead.io]<br />Angular screencast tutorials. | * [http://egghead.io egghead.io]<br />Angular screencast tutorials. | ||
* [http://angular.codeschool.com Shaping Up With Angular.js]<br />Video tutorial introduction to Angular.js. The [http://campus.codeschool.com/courses/shaping-up-with-angular-js/wrap-up-video outro video] lists various Angular.js resources. | * [http://angular.codeschool.com Shaping Up With Angular.js]<br />Video tutorial introduction to Angular.js. The [http://campus.codeschool.com/courses/shaping-up-with-angular-js/wrap-up-video outro video] lists various Angular.js resources. | ||
== Integrating Angular with Django == | |||
Some links related to using Foundation with Django, where AngularJS is used to create front-end templates.<ref>[http://foundation.zurb.com/forum/posts/34994-zurb-foundation-for-apps--django-integration Zurb Foundation for Apps & Django Integration] - Foundation Forum</ref> | |||
* [http://django-angular.readthedocs.org/en/latest/installation.html django-angular]: A Django-Angular integration library | |||
* [http://www.django-rest-framework.org/ Django REST Framework]: A library that helps you create a backend for your Angular application. | |||
* [http://glynjackson.org/weblog/entry/django-angular.html Tutorial: Using AngularJS with Django] | |||
* [https://thinkster.io/django-angularjs-tutorial/ Building Web Applications with Django and AngularJS] | |||
== Other articles == | == Other articles == | ||
* [http://technologyconversations.com/2014/07/10/server-vs-client-side-rendering-angularjs-vs-server-side-mvc/ Server vs client side rendering (AngularJS vs server side MVC)] (Technology Conversations) | * [http://technologyconversations.com/2014/07/10/server-vs-client-side-rendering-angularjs-vs-server-side-mvc/ Server vs client side rendering (AngularJS vs server side MVC)] (Technology Conversations) | ||
== Notes == | |||
<references /> | |||
Revision as of 18:33, 2 December 2015
Learning and documentation
- Angular.js API Reference
- Angular.js Tutorial
Installation and configuration information. - egghead.io
Angular screencast tutorials. - Shaping Up With Angular.js
Video tutorial introduction to Angular.js. The outro video lists various Angular.js resources.
Integrating Angular with Django
Some links related to using Foundation with Django, where AngularJS is used to create front-end templates.[1]
- django-angular: A Django-Angular integration library
- Django REST Framework: A library that helps you create a backend for your Angular application.
- Tutorial: Using AngularJS with Django
- Building Web Applications with Django and AngularJS
Other articles
- Server vs client side rendering (AngularJS vs server side MVC) (Technology Conversations)
Notes
- ↑ Zurb Foundation for Apps & Django Integration - Foundation Forum