Angular 2 Tutorial - 20 - Submitting Valid Forms

preview_player
Показать описание

📱 Follow Codevolution

Angular 2 | Angular 2 Forms | Angular 2 Tutorial | Angular 2 Tutorial for Beginners | Template Driven Forms in Angular
Рекомендации по теме
Комментарии
Автор

Please show the code from module.tss file...my file is run but data not displaying on Console..

goldies
Автор

Thanks a lot for putting your time and effort to come up with concise video tutorials like these.
Subscribed!

meghamorphic
Автор

submit button should be enabled only if all the inputs are valid and the input for email should check if email is a valid email address

francescob.
Автор

I wrote the same code but the submit button does not get disabled. :(

priyankamistry
Автор

Can't you still submit invalid data if you open developer tools and enable the button... or exploit the submit function from console?

lemmyz
Автор

Awesome. There are many tutorials but they are either invalid or complecated.
Thank you...

codenx
Автор

Without using novalidate in the form tag form can be restricted to be submitted with invalid inputs. Then whats the use of it?

ipsr
Автор

how to clear forms fields affter submit ?

diegomarchetti
Автор

shouldn't you check the required form field as well

allenliu