- [TG](http://ghmagical.com/) 只有尝试后,你才知道是甜是苦..
- [Jerry Qu](https://imququ.com/) 专注 WEB 端开发
- [HetfieldJoe](http://www.jianshu.com/users/4801d203ede4/latest_articles) 知识不是文化,聪明不是智慧
- [RisingStack Engineering](https://blog.risingstack.com/) Engineering blog for all-the-things Node.js / JavaScript.
- [Medium](https://medium.com/)
* [Damonare](http://damonare.github.io/) 不念过去,不畏将来
- [coolcao的小站](http://coolcao.com/)
- [侯医生](https://segmentfault.com/u/doctorhou)
- [前端路迹](http://www.qinshenxue.com/#!/blog)
- [Angular 2 修仙之路 - 目录](https://segmentfault.com/a/1190000008754631)
- [fouber](https://github.com/fouber/blog/issues)
- [卡片机色彩](http://asdfblog.com/) cipchk/卡色,热衷于WEB开发。
- [jawil](https://github.com/jawil/blog) 生活不止裆下的苟且,还有看不到的bug和读不懂的code。
- [DDFE](https://github.com/DDFE/DDFE-blog)
### ng2
- [大漠穷秋](https://my.oschina.net/mumu/blog)
- [angular2-education](https://github.com/timjacobi/angular2-education) A list of helpful material to develop using Angular
### 小书
- [Javascript-sdk-design](http://sdk-design.js.org/)
- [learn-angular](https://trotyl.gitbooks.io/learn-angular/)
### 学习研究
- [js-bits](https://github.com/vasanthk/js-bits)
- [wtfjs](https://github.com/denysdovhan/wtfjs) A list of funny and tricky JavaScript examples
- [exercises](https://github.com/kolodny/exercises)
- 说明
- angular 1.x
- ngModelController
- ngOptions
- ngModelOptions
- lifecycle
- directive
- angular 2
- @angular/forms
- 类
- AbstractControl
- AbstractControlDirective
- AbstractFormGroupDirective
- FormControl
- FormArray
- FormBuilder
- FormGroup
- NgControl
- 接口
- controlValueAccessor
- 指令
- DefaultValueAccessor
- Angular 2 生命周期
- OnInit
- DoCheck
- @angular/router
- 配置
- Routes
- 指令
- RouterOutlet
- RouterLink
- 接口
- ActivatedRoute
- UrlTree
- NavigationExtras
- ActivatedRouteSnapshot
- RouterStateSnapshot
- 类
- UrlSegment
- UrlSegmentGroup
- UrlSerializer
- DefaultUrlSerializer
- Router
- bug记得
- @angular/http
- 类
- Http
- Body
- Response
- ResponseOptions
- Header
- Request
- RequestOptions
- URLSearchParams
- @angular/core
- decorator
- Component-decorator
- animation
- DI
- linker
- TemplateRef
- ElementRef
- EmbeddedViewRef
- ViewRef
- ViewContainerRef
- Query
- ComponentFactory
- ComponentRef
- Renderer
- change_detection
- KeyValueDiffers
- IterableDiffers
- ChangeDetectorRef
- ChangeDetectionStrategy
- Zone
- ngZone
- @angular/common
- 指令
- NgTemplateOutlet
- QueryList
- bootstrap4
- card
- form
- 重点关注博客
- 学习过的文章
- 笔记
- Angular 2 双向绑定
- 将字符串解析成DOM
- rx相关
- operators
- combineLatest
- combineAll
- concat(All, Map, *MapTo)
- 背压(backpressure)
- js事件keycode对应表
- 装饰器
- 有用的代码摘录
- 日期操作
- 数量操作
- 字符操作
- rxjs问题
- 小示例
- h5面试准备
- react
- 开发遇到的问题