Angular 13 tutorial in Tamil #part28 - angular reactive form complete tutorial || nihira techiees

preview_player
Показать описание
#angular #angular13 #angularforms

This video about angular 13 tutorial . this part - 28 explains below reactive forms related topics

1, how to create reactive form in angular
2, how to set default value for control
3, how to get values from forms
4, how to implement validation in angular reactive forms
5, how to display validation message in angular
6, how to do custom validations in angular forms

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

input.ng-invalid{
border-left: 8px solid red;
}
input.ng-untouched{
border-left: 8px solid green;
}

is this correct ... i tried it worked...

but touched is not working for both email and password .... any other option...user name its worked ... and also drop a viedo
for confirm password as well as strict password mandatory like special char etc

thomasaugustin
Автор

sir one input fieldmore validation eppadi apply pannanum sir

vikasrajaduraigopalan
Автор

passwords : new FormControl("", [Validators.maxLength(10), Validators.minLength(5), Validators.required]) tried this its working thank

thomasaugustin
Автор

indha playlist source code link panunga bro

anandhakumar