ionic3记事

一、Promise使用
http://liubin.org/promises-book/
$q.when() —-> Promise.resolve();
$q.defer() —-> new Promise((resolve,reject)=>{});
$q.all() —-> Promise.all();

二、RxJs
https://buctwbzs.gitbooks.io/rxjs/content/rookie-primer.html
http://reactivex.io/documentation/observable.html
Observable
Observer
Subscription
Operators
Subject
Scheduler

三、重要类和接口
ComponentFactoryResolver

ViewContainerRef

ElementRef

Renderer

ModuleLoader

BlockerDelegate

GestureController

Compiler

Injector

ReflectiveInjector

相关文章

ANGULAR.JS:NG-SELECTANDNG-OPTIONSPS:其实看英文文档比看中...
AngularJS中使用Chart.js制折线图与饼图实例  Chart.js 是...
IE浏览器兼容性后续前言 继续尝试解决IE浏览器兼容性问题,...
Angular实现下拉菜单多选写这篇文章时,引用文章地址如下:h...
在AngularJS应用中集成科大讯飞语音输入功能前言 根据项目...
Angular数据更新不及时问题探讨前言 在修复控制角标正确变...