摘要: '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 阅读(309) 评论(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 阅读(578) 评论(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 阅读(704) 评论(0) 推荐(0)