摘要: This lessons teaches about delay and delayWhen: simple operators that time shift. delay(number | date) delayWhen( function :Observable): accept a func 阅读全文
posted @ 2016-05-27 18:39 Zhentiw 阅读(423) 评论(0) 推荐(0)
摘要: This lesson will teach you about another horizontal combination operator: buffer and its variants. Buffer groups consecutive values together, emitting 阅读全文
posted @ 2016-05-27 18:24 Zhentiw 阅读(449) 评论(0) 推荐(0)
摘要: All of the combination operators take two or more observables as input. These operators may also be alternatively called "vertical combination operato 阅读全文
posted @ 2016-05-27 04:36 Zhentiw 阅读(274) 评论(0) 推荐(0)
摘要: PWA: Add to home screen Angular Universal Server side rendering: for achieving better proference on init loading Angular 2 CLI ng new myapp --mobile s 阅读全文
posted @ 2016-05-27 01:54 Zhentiw 阅读(281) 评论(0) 推荐(0)
摘要: Clone: Link Modify the structure: Move css, js, image, index.html to an 'app' folder. manifest.json: name: Showing on splash screen. short_name: Showi 阅读全文
posted @ 2016-05-27 01:41 Zhentiw 阅读(926) 评论(0) 推荐(0)