上一页 1 ··· 391 392 393 394 395 396 397 398 399 ··· 477 下一页
摘要: We can nest formGorup: We make password as an own group. So in html, we need to use formGroupName istead of formControlName. And how we check the valu 阅读全文
posted @ 2016-11-01 05:32 Zhentiw 阅读(461) 评论(0) 推荐(0)
摘要: To do auth, first you need to go firebase.console.com to enable the auth methods, for example, enable google, github... Enable goolge is quite simple, 阅读全文
posted @ 2016-10-31 03:00 Zhentiw 阅读(1005) 评论(0) 推荐(0)
摘要: 'signupForm' is a formGroup. we can use 'hasError' & 'get()' methods to write the code. Refer to: Article && Doc 阅读全文
posted @ 2016-10-30 05:04 Zhentiw 阅读(329) 评论(0) 推荐(0)
摘要: Learn how to create a custom validator to check whether passwords match. confirmPasword validator is just a function, also a curry function. So it mea 阅读全文
posted @ 2016-10-30 04:50 Zhentiw 阅读(601) 评论(0) 推荐(0)
摘要: Learn how to update part of form model, full form model and reset whole form. We have form definetion like this: 阅读全文
posted @ 2016-10-30 03:38 Zhentiw 阅读(712) 评论(0) 推荐(0)
摘要: In this lesson, we are going to learn how to interact with native components through Cordova plugins. We will walk through how to add a Cordova plugin 阅读全文
posted @ 2016-10-28 22:44 Zhentiw 阅读(387) 评论(0) 推荐(0)
摘要: In this tutorial we are going to learn how we can also implement custom form field validation in Angular 2 template driven forms, by creating our own 阅读全文
posted @ 2016-10-28 18:35 Zhentiw 阅读(279) 评论(0) 推荐(0)
摘要: In this tutorial we are going to learn how simple it is to create custom form field driven validators while using Angular 2 model driven forms. These 阅读全文
posted @ 2016-10-28 18:13 Zhentiw 阅读(304) 评论(0) 推荐(0)
摘要: When easing isn’t enough to get the exact animation you want, you can leverage keyframes to define and precise styles and steps over time. Keyframes a 阅读全文
posted @ 2016-10-28 17:39 Zhentiw 阅读(216) 评论(0) 推荐(0)
摘要: By default, transitions will appear linearly over time, but proper animations have a bit more customization to them by delaying when they start and co 阅读全文
posted @ 2016-10-28 17:38 Zhentiw 阅读(279) 评论(0) 推荐(0)
上一页 1 ··· 391 392 393 394 395 396 397 398 399 ··· 477 下一页