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
Very Good Explanation....
Thanks🙏
very useful and thanks bro
Welcome👍
great job
Thanks
sir one input fieldmore validation eppadi apply pannanum sir
use validators.compose option
Ex: username:new FormControl('',Validators.compose([Validators.required,Validators.minLength(5)]))
💥💥💥🔥🔥
🙏
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
Hope it also resolved?
👏👏
👍
indha playlist source code link panunga bro
github.com/nihira2020/Angular13_CURD
css file?
What bro?
passwords : new FormControl("", [Validators.maxLength(10) ,Validators.minLength(5), Validators.required]) tried this its working thank u.....
👍