[Angular 2+ Forms and Validation] Lesson13 Refactoring ngOnInit

preview_player
Показать описание
Angular 2+ Forms and Validation
Angular 2 provides different ways to build and validate forms for all the scenarios you'll need.

Forms are the main way we're going to get information from our users. We should strive to make that user experience as smooth as possible. We want our users to feel like they're having a conversation with us and not just entering information into cold lifeless boxes.

Рекомендации по теме
Комментарии
Автор

Thank you for this tutorial. I was confused about reactive forms this helped a lot!

meheret
Автор

great tutorial, anyway, when i add more validations than "required", it not respond like your video show, in my case
if {
this.errorPaciente = "Numero maximo de caractes";
},

never happens. :(

welcome to shbcf.ru