Thank you for the clear explanation of form validation in Angular. Your examples made it easy to understand how to handle different validation scenarios
instead of writing these all if ( studentForms.controls['firstName'].touched &&studentForms.controls['firstName'].errors?.['minLength']) { Minimum length 4 is charecter } can't we just use any library to do these all stuff if you are using PrimeNG library, then please teach how to bind these form controls with UI Library's fields with Reactive forms
TO reactive form ke validation mai jab hume html file mai @if hi lagake karn hai to isme to hum .ts file mai faltu mai vo Validators laga rahe hai , matlab ki template form mai bhi to yahi kara tha if laga ke
@else if ( studentForms.controls['firstName'].touched &&studentForms.controls['firstName'].errors?.['minLength']) { Minimum length 4 is charecter } sir this is not working in your code can you tell me why this is happenning i am iin your wp group great learning sir
i got it sir "minLenght" should be "minlength" but why sir at the time od declaring in ts file i declaired it as ''''''firstName:new FormControl("",[Validators.required,Validators.minLength(3)]),'''''
Loved the hands-on approach. Writing the code along with you made everything sink in better
Thank you for the clear explanation of form validation in Angular. Your examples made it easy to understand how to handle different validation scenarios
Great one Sir real-time example never I have seen sucha a clear understanding 🎉
nice explaination. your videos are really making life easy..
Great Job Thanks to help all of us and making learner life easy. God Bless You!!
Glad to help
very nice explanation, thanks you so much for efforts
keep going sir
and thanks for the wonderful lectures
welcome. Keep watching
thank you can you make Angular Material Tutorial
@@satyendrasingh9452 yes will do
how to get source code of video ? .. osome work.
instead of writing these all
if ( studentForms.controls['firstName'].touched &&studentForms.controls['firstName'].errors?.['minLength']) {
Minimum length 4 is charecter
}
can't we just use any library to do these all stuff
if you are using PrimeNG library, then please teach how to bind these form controls with UI Library's fields with Reactive forms
TO reactive form ke validation mai jab hume html file mai @if hi lagake karn hai to isme to hum .ts file mai faltu mai vo Validators laga rahe hai , matlab ki template form mai bhi to yahi kara tha if laga ke
sir ek request reactive me aur bhi bohat kuch pls explain in seperate video
nice vidoe good explaination
great Session
Thanks a lot sir>>>
Keep watching
could you upload a video showing how to host angular 18 project on github
Yes will do
I have studied part1 to part20. How to make my own API to post data in database by submit button in reactive form.
@@OmVerma-ro1qn for that you have to create ur own api using dot net, java or node
Sir, please make a video , how to create API or send link so that I can study.
The minLength part is not working for ne.. Please help.. I tried keeping only the minLength condition and even that is not working😢
try to print error u will get what condition u need to add..to display error
Sir english series
19:30 advamce topice remaining
sir this whatsapp group is full plz let me in
Please English
@else if ( studentForms.controls['firstName'].touched &&studentForms.controls['firstName'].errors?.['minLength']) {
Minimum length 4 is charecter
}
sir this is not working in your code can you tell me why this is happenning i am iin your wp group
great learning sir
i got it sir "minLenght" should be "minlength" but why sir at the time od declaring in ts file i declaired it as ''''''firstName:new FormControl("",[Validators.required,Validators.minLength(3)]),'''''