上一页 1 ··· 383 384 385 386 387 388 389 390 391 ··· 494 下一页
摘要: After successfully login, we want something help to check whether user has already login or not. And we will use Observable to do that. Create AuthInf 阅读全文
posted @ 2016-11-22 03:15 Zhentiw 阅读(352) 评论(0) 推荐(0)
摘要: import UIKit class AboutViewController : UIViewController @IBOutlet weak var scrollView: UIScrollView! override func viewDidLoad() { super.viewDidLoad() view.addSubview(scrollView) //... 阅读全文
posted @ 2016-11-20 18:14 Zhentiw 阅读(187) 评论(0) 推荐(0)
摘要: To programmaictlly change the content of app, we need to contect storyboard to a view controller. To do that, we need to create new file call it 'Prod 阅读全文
posted @ 2016-11-20 05:28 Zhentiw 阅读(571) 评论(0) 推荐(0)
摘要: First, you need to enable the email auth in Firebase console. Then implement the auth service: Because login method return Promise, we need to convert 阅读全文
posted @ 2016-11-20 04:49 Zhentiw 阅读(311) 评论(0) 推荐(0)
摘要: We can build a template, use this template and pass in different context to make it reuseable: 阅读全文
posted @ 2016-11-18 05:28 Zhentiw 阅读(405) 评论(0) 推荐(0)
摘要: Angular 2 templates have a special let syntax that allows you to define and pass a context when they’re being generated. We have template: And we defi 阅读全文
posted @ 2016-11-17 19:12 Zhentiw 阅读(253) 评论(0) 推荐(0)
摘要: From Article: RESOLVING ROUTE DATA IN ANGULAR 2 Github If you know Anuglar UI router, you must know resolve function in ui router, which you can load 阅读全文
posted @ 2016-11-17 03:26 Zhentiw 阅读(1268) 评论(0) 推荐(0)
摘要: Derivations form the backbone of MobX and come in two flavors: computed values are values that can be derived from the state automatically. And reacti 阅读全文
posted @ 2016-11-16 20:47 Zhentiw 阅读(381) 评论(0) 推荐(0)
摘要: Learn how to build a simple Node.js web server with Docker. In this lesson, we'll create a Dockerfile for a simple Node.js script, copy and build it i 阅读全文
posted @ 2016-11-15 20:56 Zhentiw 阅读(311) 评论(0) 推荐(0)
摘要: In this lesson, we are going to learn how to integrate Redux Devtools into our Angular application. Redux Devtools is a live-editing time travel envir 阅读全文
posted @ 2016-11-15 19:03 Zhentiw 阅读(400) 评论(0) 推荐(0)
上一页 1 ··· 383 384 385 386 387 388 389 390 391 ··· 494 下一页