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
@NihiraTechiees2 жыл бұрын
Hope it also resolved?
@sutharshansrikumar30012 жыл бұрын
great job
@NihiraTechiees2 жыл бұрын
Thanks
@vikasrajaduraigopalan18682 жыл бұрын
sir one input fieldmore validation eppadi apply pannanum sir
@NihiraTechiees2 жыл бұрын
use validators.compose option Ex: username:new FormControl('',Validators.compose([Validators.required,Validators.minLength(5)]))
@நிர்மல்ராஜ்-ல4ள2 жыл бұрын
💥💥💥🔥🔥
@NihiraTechiees2 жыл бұрын
🙏
@anandhakumar83743 жыл бұрын
indha playlist source code link panunga bro
@NihiraTechiees3 жыл бұрын
github.com/nihira2020/Angular13_CURD
@kamalrajesh23322 жыл бұрын
css file?
@NihiraTechiees2 жыл бұрын
What bro?
@growmore24583 жыл бұрын
👏👏
@NihiraTechiees3 жыл бұрын
👍
@thomasaugustin44952 жыл бұрын
passwords : new FormControl("", [Validators.maxLength(10) ,Validators.minLength(5), Validators.required]) tried this its working thank u.....