Login Form - ShMcK/ng2Challenges GitHub Wiki
Challenge:
Build a login form with Angular 2 Forms.
Example (jQuery)
Setup (angular2-alpha-20)
Help
- angular2/forms source-code
- David East: Angular 2 Forms presentation & slides
Solutions:
- ★★★★☆ Login Form with Custom Validators version: alpha-24 2015-05-20 @Sh_McK Still needs debounce (and other ngModelOptions-like features).
- ★★★★☆ Login Form with Custom Validators version: alpha-20 2015-04-28 @Sh_McK
- ★★☆☆☆ Login Form Demo version: alpha-20 2015-04-23 @Sh_McK Experimenting with Angular 2 FormBuilder, ControlGroups, Controls Unsure how to create custom Validators.