首页 > 代码库 > Angular 学习资源汇总(持续更新ing)
Angular 学习资源汇总(持续更新ing)
AngularJS 是Google 推出的一套前端JS开发的 MV* (Model-View-Whatever)框架,它引入了一些编译器的概念,比如编译、链接,具有强大的双向数据绑定(Two-way binding)和前端模板功能(directive),使得我们可以轻易实现高服用、高可扩展性的脚本,大大提高编程的效率
鉴于国内Angular 的使用者比较少,这里主要汇总一些本人学习 Angular 以来看到的优质资源,一些是基本教程,一些是核心概念的讨论,还有一些是编程指导原则,希望对初学者有用。
提醒一点,全是英文资料=。=
初识篇
How to get started (Part 1 of the AngularJS - from beginner to expert in 7 steps series)
http://www.ng-newsletter.com/posts/beginner2expert-how_to_start.html
How to “think in AngularJS” if you have a jQuery background
http://programming.com/tutorial/3899173656068097954/how-to-think-in-angularjs-if-you-have-a-jquery-background
Build custom directives with AngularJS
http://www.ng-newsletter.com/posts/directives.html
约会篇
AngularJS + RequireJS
https://www.startersquad.com/blog/angularjs-requirejs/
Building Huuuuuge Apps with AngularJS
http://briantford.com/blog/huuuuuge-angular-apps
纠结篇
Digest Cycles in Single Page Apps
http://blog.bguiz.com/post/60397801810/digest-cycles-in-single-page-apps/
Databinding in angularjs
http://stackoverflow.com/questions/9682092/databinding-in-angularjs/9693933#9693933
热恋篇
Modeling Data and State in Your AngularJS Application
http://joelhooks.com/blog/2013/04/24/modeling-data-and-state-in-your-angularjs-application/
---恢复内容结束---
AngularJS 是Google 推出的一套前端JS开发的 MV* (Model-View-Whatever)框架,它引入了一些编译器的概念,比如编译、链接,具有强大的双向数据绑定(Two-way binding)和前端模板功能(directive),使得我们可以轻易实现高服用、高可扩展性的脚本,大大提高编程的效率
鉴于国内Angular 的使用者比较少,这里主要汇总一些本人学习 Angular 以来看到的优质资源,一些是基本教程,一些是核心概念的讨论,还有一些是编程指导原则,希望对初学者有用。
提醒一点,全是英文资料=。=
初识篇
How to get started (Part 1 of the AngularJS - from beginner to expert in 7 steps series)
http://www.ng-newsletter.com/posts/beginner2expert-how_to_start.html
How to “think in AngularJS” if you have a jQuery background
http://programming.com/tutorial/3899173656068097954/how-to-think-in-angularjs-if-you-have-a-jquery-background
Build custom directives with AngularJS
http://www.ng-newsletter.com/posts/directives.html
约会篇
AngularJS + RequireJS
https://www.startersquad.com/blog/angularjs-requirejs/
Building Huuuuuge Apps with AngularJS
http://briantford.com/blog/huuuuuge-angular-apps
纠结篇
Digest Cycles in Single Page Apps
http://blog.bguiz.com/post/60397801810/digest-cycles-in-single-page-apps/
Databinding in angularjs
http://stackoverflow.com/questions/9682092/databinding-in-angularjs/9693933#9693933
热恋篇
Modeling Data and State in Your AngularJS Application
http://joelhooks.com/blog/2013/04/24/modeling-data-and-state-in-your-angularjs-application/
Angular 学习资源汇总(持续更新ing)