JavaShuo
欄目
標籤
angularJS學習資源最全彙總
時間 2019-11-13
標籤
angularjs
學習
資源
彙總
欄目
AngularJS
简体版
原文
原文鏈接
基礎
官方:
http://docs.angularjs.org
angularjs官方網站已被牆,可看
http://www.ngnice.com/
;
官方zip下載包
https://github.com/dolymood/angular-packages
,
已增長docs服務,輸入地址便可,例如:
http://blog.aijc.net/angular-packages/angular-1.3.15/docs/
jquery?ag? :
http://stackoverflow.com/questions/14994391/how-do-i-think-in-angularjs-if-i-have-a-jquery-background
ag note:
https://github.com/joeylin/angular-note
angularjs book:
https://github.com/shyamseshadri/angularjs-book
learning-angular:
https://github.com/zafarali/learning-angular
以及個人翻譯版本(ing)
https://github.com/dolymood/learning-angular
angular和require結合方式:
https://github.com/tnajdek/angular-requirejs-seed
利用angular開發下一代Web應用(angular js) 【書】
Lcllao的ag筆記:
http://www.cnblogs.com/lcllao/archive/2012/10/18/2728787.html
angular-service-or-factory ? 傻傻分不清楚?
http://iffycan.blogspot.com.ar/2013/05/angular-service-or-factory.html
以及
https://github.com/tylermcginnis/AngularServices
angular-injection
http://iffycan.blogspot.com.ar/2013/07/angular-injection.html
利用angular開發下一代Web應用(angular js) 書
https://github.com/aztack/AngularJS-translation
破狼的angular文章集合
http://www.cnblogs.com/whitewolf/category/404298.html
鄒業盛 angular的學習筆記
http://zouyesheng.com/angular.html
呂大豹的angular文章合集
http://www.cnblogs.com/lvdabao/tag/AngularJs/
塵封の煙雨的angular文章合集
http://wangjiatao.diandian.com/?tag=angularjs
黑暗執行緒 的angular文章(繁體)
http://blog.darkthread.net/blogs/darkthreadtw/archive/tags/AngularJS/default.aspx
AngularJS 數據建模
http://blog.jobbole.com/54817/
AngularJS 中的一些坑
http://blog.jobbole.com/52857/
中文版guide
http://angular.duapp.com/guide
angular tips
http://angular-tips.com/
ng-newsletter
http://www.ng-newsletter.com/
AngularJS 開發者最常犯的 10 個錯誤
http://www.oschina.net/translate/top-10-mistakes-angularjs-developers-make
AngularJS 指令實踐指南(二)
http://blog.jobbole.com/62999/
fse.guru
http://www.fse.guru/angular-core-components-roles
以及做者其餘相關的ng文章
深刻理解AngularJS 的 Scope
http://www.lovelucy.info/understanding-scopes-in-angularjs.html
angularjs中文社區關於angular.js文章、教程
http://angularjs.cn/tag/AngularJS
xufei
的博客
https://github.com/xufei/blog/issues
一直在更新,薦,講得很好!
angularjs-internals-in-depth
http://www.smashingmagazine.com/2015/01/22/angularjs-internals-in-depth/
introduction-to-unit-testing-in-angularjs
http://www.smashingmagazine.com/2014/10/07/introduction-to-unit-testing-in-angularjs/
AngularJS Unit Testing – For Real, Though
https://quickleft.com/blog/angularjs-unit-testing-for-real-though/
Quick Starter Repository for Angular Material
https://github.com/angular/material-start
angular cheat sheet
https://dncmagazine.blob.core.windows.net/downloads/AngularCheatSheet-DNCMagazine.pdf
angular-translate
https://github.com/angular-translate/angular-translate
推薦 15 個 Angular.js 應用擴展指令
http://www.oschina.net/translate/15-directives-to-extend-your-angular-js-apps
A Guide To Transclusion in AngularJS
http://teropa.info/blog/2015/06/09/transclusion.html
示例
官方示例教程:
http://docs.angularjs.org/tutorial/
我本身的
angular example
7步從菜鳥到專家(建議原文,能夠直接看代碼示例):
http://blog.jobbole.com/46779/」
強大的ToDoMVC:
https://github.com/tastejs/todomvc
angular-ajax-upload 指導性質的
http://iffycan.blogspot.com.ar/2013/08/angular-ajax-upload.html
angular app
https://github.com/angular-app/angular-app
Fun with AngularJS!
http://devgirl.org/2013/03/21/fun-with-angularjs/
Angular指令及組件的全面範例
https://github.com/angular-cn/ng-showcase
angular中的MVVM模式
http://greengerong.github.io/blog/2015/06/16/angularzhong-de-mvvmmo-shi/
視頻
angular視頻教程
http://www.kittencup.com/category/video/angularjs/
阿里懶懶交流會AngularJS專場
http://www.imooc.com/view/203?utm_source=jobboleweibo
大漠窮秋講的AngularJS實戰
http://www.imooc.com/learn/156
codeschool上的angular視頻教程
http://campus.codeschool.com/courses/shaping-up-with-angular-js/intro
方案,性能
使用AngularJS構建大型Web應用
http://www.infoq.com/cn/news/2013/02/angular-web-app
優化1200=>35(建議去看看官方站點,從文章上來看,感觸不深ps:我的觀點) :
http://blog.jobbole.com/51180/
模式指導:
https://github.com/mgechev/angularjs-style-guide
angularjs-performance-with-large-lists
http://tech.small-improvements.com/2013/09/10/angularjs-performance-with-large-lists/
angularjs-my-solution-to-the-ng-repeat-performance-problem
http://www.williambrownstreet.net/blog/2013/07/angularjs-my-solution-to-the-ng-repeat-performance-problem/
angularjs-pitfalls-using-scopes
http://thenittygritty.co/angularjs-pitfalls-using-scopes
只綁定一次
https://github.com/Pasvaz/bindonce
天豬的
angular-lazyload
利用require.js動態加載路由文件的庫 angularAMD
https://github.com/marcoslin/angularAMD
事件代理
angular-delegate-event
angular最佳實踐
http://www.lovelucy.info/angularjs-best-practices.html
如何組織大型JavaScript應用中的代碼?
http://kb.cnblogs.com/page/176541/
databinding-in-angularjs
http://stackoverflow.com/questions/9682092/databinding-in-angularjs/9693933#9693933
AngularJS Best Practices
http://www.artandlogic.com/blog/2013/05/ive-been-doing-it-wrong-part-1-of-3/
Best Practice Recommendations for Angular App Structure
https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub
Superspeed your angularjs apps
http://orangevolt.blogspot.com/2013/08/superspeed-your-angularjs-apps.html
http://joshdmiller.github.io/ng-boilerplate/
爲何咱們的angular應用老是很慢
http://www.zhex.me/blog/2013/11/22/why-out-angular-app-is-slow/
angular性能優化心得
http://atian25.github.io/2014/05/09/angular-performace/
angular-debounce
https://github.com/shahata/angular-debounce
基於AngularJS的企業軟件前端架構
http://www.infoq.com/cn/news/2014/05/angularjs-front-end-architecture
angular data
http://angular-data.pseudobry.com/
AngularJS風格指南(包含各翻譯版本)
https://github.com/johnpapa/angular-styleguide
快速構建app angular-kickstart
https://github.com/vesparny/angular-kickstart
動態加載controller
https://github.com/DanWahlin/CustomerManager
經過少使用ng-controller來提高ng性能
http://teropa.info/blog/2014/10/24/how-ive-improved-my-angular-apps-by-banning-ng-controller.html
以及該站其餘關於ng文章
AngularJS風格指南2
https://github.com/toddmotto/angularjs-styleguide
angularjs的數據綁定
https://github.com/rchee/translation/blob/master/angularJS/databinding-in-angularjs.md
Create, read, update, delete MongoDB collections via AngularJS.
https://github.com/Unitech/angular-bridge
Token-based AngularJS Authentication
https://github.com/sahat/satellizer
Virtual Scroll for AngularJS ngRepeat directive
https://github.com/kamilkp/angular-vs-repeat
組件(UI|module)類
angular UI
https://github.com/angular-ui
Bootstrap directives for Angular:
https://github.com/mgcrea/angular-strap
Material design for Angular
https://github.com/angular/material
angular lib,包含了「事件代理、dialog、上傳flow、圖片預覽imageViewer、進化版keydown(支持傳入keycode)、mousewheel、滾動加載、選擇內容selection」,
https://github.com/dolymood/angularLib
xufei大神的
ng-control
find modules for angular
http://ngmodules.org/
源碼分析
MVVM大比拼之AngularJS源碼精析
http://www.cnblogs.com/sskyy/p/3709649.html
前端源碼分析
http://www.html-js.com/article/column/693
xuwenmin的源碼分析
http://www.ifeenan.com/categories.html#angularjs-ref
其餘集錦
一個資源集錦:
https://github.com/jmcunningham/AngularJS-Learning
2013年AngularJS學習資源精選
http://blog.jobbole.com/54716/
2013年度最強AngularJS資源合集
http://www.iteye.com/news/28651-AngularJS-Google-resource
xuwenmin的angular合集
http://www.ifeenan.com/categories.html#angularjs-ref
能夠複製 AngularJS資源集合
http://www.csdn.net/article/2014-12-10/2823058-AngularJS
angular2
angular2 學習資源集錦:
https://github.com/timjacobi/angular2-education
相關文章
1.
網絡安全學習資源彙總
2.
乾貨:最全面的深度學習自學資源彙總
3.
react學習資源彙總
4.
Python 學習資源彙總
5.
Spark學習資源彙總
6.
vtk學習資源彙總
7.
Nodejs學習資源彙總
8.
React學習資源彙總
9.
CTF 學習資源彙總
10.
Angular2學習資源彙總
更多相關文章...
•
Docker 資源彙總
-
Docker教程
•
XML 總結 下一步學習什麼呢?
-
XML 教程
•
Tomcat學習筆記(史上最全tomcat學習筆記)
•
適用於PHP初學者的學習線路和建議
相關標籤/搜索
超全彙總
資源總結
資源大全
總彙
彙總
J2ME資料彙總
源匯
學習資料
資源
學習總結
AngularJS
Docker命令大全
SQLite教程
MySQL教程
靜態資源
學習路線
初學者
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
JDK JRE JVM,JDK卸載與安裝
2.
Unity NavMeshComponents 學習小結
3.
Unity技術分享連載(64)|Shader Variant Collection|Material.SetPassFast
4.
爲什麼那麼多人用「ji32k7au4a83」作密碼?
5.
關於Vigenere爆0總結
6.
圖論算法之最小生成樹(Krim、Kruskal)
7.
最小生成樹 簡單入門
8.
POJ 3165 Traveling Trio 筆記
9.
你的快遞最遠去到哪裏呢
10.
雲徙探險中臺賽道:借道雲原生,尋找「最優路線」
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
網絡安全學習資源彙總
2.
乾貨:最全面的深度學習自學資源彙總
3.
react學習資源彙總
4.
Python 學習資源彙總
5.
Spark學習資源彙總
6.
vtk學習資源彙總
7.
Nodejs學習資源彙總
8.
React學習資源彙總
9.
CTF 學習資源彙總
10.
Angular2學習資源彙總
>>更多相關文章<<