ionic3记事

前端之家收集整理的这篇文章主要介绍了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

原文链接:https://www.f2er.com/angularjs/145341.html

猜你在找的Angularjs相关文章