Angular2學習資源
視頻:https://my.oschina.NET/mumu/blog/834254
資源:https://my.oschina.net/mumu/blog/831790
文檔博客書籍類
Angular University: http://blog.angular-university.io/
Jason Watmore's Blog: http://jasonwatmore.com/
RxJS官方網站: http://reactivex.io/
RxJS中文版文檔(這是我看過的最好的關於RxJS的中文文檔,注意,沒有之一!向譯者致敬!): https://www.gitbook.com/book/buctwbzs/rxjs/details
一本開源的Angular2書籍:https://zhangchen915.gitbooks.io/angular2-training/
開源項目類
Angular Angury項目: https://augury.angular.io/
Angular Team在github上的地址: https://github.com/angular
ng2-bootstrap: https://ng-bootstrap.github.io/#/home
NGPrime: http://www.primefaces.org/primeng/#/
Angular-Material2: https://github.com/angular/material2
KendoUI:http://www.telerik.com/blogs/what-to-expect-in-2016-for-kendo-ui-with-angular-2-and-more
ionic: https://ionic.io/
一個非常好的管理后台項目,基於Angular2的(那些拿Angular2來做管理系統的朋友,請務必看這個項目,它是非常好的后台管理界面模板,而且是開源免費的): https://github.com/akveo/ng2-admin
一個很好的Blog項目: https://github.com/WittBulter/sails-blog-frontend
RxJS聊天室: https://github.com/ng-book/angular2-rxjs-chat
教學用的項目NiceFish: http://git.oschina.net/mumu-osc/NiceFish
一組Angular2應用收集:http://angularexpo.com/
一組UI庫:https://teradata.github.io/covalent/#/
視頻類
一個非常好的RxJS教學視頻(想快速學會RxJS的朋友請務必仔細看完這個視頻):
https://coryrylan.com/blog/introduction-to-rxjs-observables-and-angular
關於RxJS的更多視頻(RxJS官方出的): https://egghead.io/lessons/rxjs-rxjs-observables-vs-promises
框架自帶UI組件庫這一點是目前市面上很多同類的所謂UI框架所無法比擬的。
這套UI組件庫默認就是同時支持桌面端和移動端的。
針對Angular2的Material Design:https://github.com/angular/material2
angular官方自己做的angular-material項目,這個當然是必看的:
這些項目我有時間的時候會逐漸把功能擴充起來,另一些學習資源推薦:
第一個,angular.io上官方的tutorial實例,官方那個配置文件有點問題,大漠窮求的整理:https://github.com/damoqiongqiu/angular-tutorial-damoqiongqiu
第二個,《邁向Angular2》一書的隨書代碼,我修改並增加了一些內容:https://github.com/damoqiongqiu/angular2-seed-cn
第三個,我自己從頭整理的,一步一步從最簡單的開始帶你學習webpack,因為現在有非常多的前端項目都在用webpack,而很多人找我說學不會,所以我自己從頭編寫了這個項目。從lesson01到lesson06分了6個分支,你們應該會用檢出git的分支吧?如果不會的話自己學一下吧。webpack手把手項目:https://github.com/damoqiongqiu/learn-webpack