AngularJS resources: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category: | [[Category:AngularJS]] [[Category:JavaScript]] [[Category:Web Development]] | ||
== Learning and documentation == | |||
* [http://docs.angularjs.org/api Angular.js API Reference] | * [http://docs.angularjs.org/api Angular.js API Reference] | ||
| Line 5: | 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 == | |||
* [http://stackoverflow.com/a/15012542/1399562 Useful overview of AngularJS design principles] - Stackoverflow | |||
* [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 /> | |||
Latest revision as of 11:50, 5 December 2015
Learning and documentation[edit]
- 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[edit]
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[edit]
- Useful overview of AngularJS design principles - Stackoverflow
- Server vs client side rendering (AngularJS vs server side MVC) (Technology Conversations)
Notes[edit]
- ↑ Zurb Foundation for Apps & Django Integration - Foundation Forum