thx , you are the best , plz make a course where you design a full web app using angular and fetching data from a api, an e-commerce web-app or a news website
This example has worked for me without issues so far. Just one question, how do I show the error messages below the respective input fields, e.g "Email format is not valid".
ngOnInit(){ this.reactiveForm=new FormGroup({ firstname:new FormControl(null,Validators.required), lastname:new FormControl(null,Validators.required), email:new FormControl(null,Validators.required), country:new FormControl(null), gender:new FormControl("other"), hobbies:new FormControl(null) if i dont write anything in email input it should be invalid but it remain valid.what is wrong?
These are genuinely the best angular tutorial videos.
Very good explanation. Once again, even though I thought I got basics, I just learned a lot of valuable things. It's brillant.
Great explanation on these reactive forms I struggled to understand those but now I do, thanks!
thx , you are the best , plz make a course where you design a full web app using angular and fetching data from a api, an e-commerce web-app or a news website
Thank you, very useful for a checkout form
Excellent explained brother..
Your video truly helpful. Please also make video on checkbox with reactive form get and set value
This example has worked for me without issues so far. Just one question, how do I show the error messages below the respective input fields, e.g "Email format is not valid".
I think I have already covered it in Angular forms section. I will share the link of the exact video😊
@@procademy please do. thanks in advance
ngOnInit(){
this.reactiveForm=new FormGroup({
firstname:new FormControl(null,Validators.required),
lastname:new FormControl(null,Validators.required),
email:new FormControl(null,Validators.required),
country:new FormControl(null),
gender:new FormControl("other"),
hobbies:new FormControl(null)
if i dont write anything in email input it should be invalid but it remain valid.what is wrong?
keep it up
😍😍😍😍😍