摘要:
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 阅读全文
摘要:
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, 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文