Angular2學習資源前端
視頻:https://my.oschina.NET/mumu/blog/834254react
資源:https://my.oschina.net/mumu/blog/831790
webpack
文檔博客書籍類git
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/detailsgithub
一本開源的Angular2書籍:https://zhangchen915.gitbooks.io/angular2-training/web
開源項目類bootstrap
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/promise
一組UI庫:https://teradata.github.io/covalent/#/angular2
視頻類框架
一個很是好的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/material2angular官方本身作的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