Master Angular Forms: Create Reusable Forms with JSON Constants (Config) | Dynamic Forms in Angular

  Рет қаралды 12,897

Let's Program

Let's Program

Күн бұрын

Пікірлер: 45
@letsprogram30
@letsprogram30 Жыл бұрын
Please share your feedback about this video 🙏
@umeshshelke725
@umeshshelke725 Күн бұрын
where is code sir ?
@elcocodriloazul
@elcocodriloazul Жыл бұрын
Absolutely love it. Two things that will be interesting in this project to do are validator for two cases. Let say when you select a specific option on a drop down, then you must fill another control. And the second validation that would be interesting to add is for it to check for example that already exist in database ( you can add to a save class to pretend you are saving to a database.) I am very much interested how can this be done using the above validator methods or if its even practical to do so...
@letsprogram30
@letsprogram30 Жыл бұрын
Thanks for the feedback ❤️ Coming to the question, yes brother it is possible and we can add async validation on the fly for the specific control, I will add it to my todo list for upcoming videos 🙂
@bongguiao
@bongguiao 7 ай бұрын
I really appreciate your swift response sir, Cant wait to see your next video.
@vinay619
@vinay619 Жыл бұрын
Nice, with this we can reuse the angular forms
@letsprogram30
@letsprogram30 Жыл бұрын
Yes yes
@alexdisd5670
@alexdisd5670 3 ай бұрын
what a good video, thanks you so much
@PAJANI1910
@PAJANI1910 Жыл бұрын
Excellent Tutorial.. awesome job. Hats off.
@letsprogram30
@letsprogram30 Жыл бұрын
Thanks man!
@richter9911
@richter9911 9 ай бұрын
Was very inlightening Thank you. I have a question though if you using a tab option so for example users answers first 3 questions then it switches to a new tab on submit how do you stop the clashing so that it things the submit button
@miroslavjakovcic4585
@miroslavjakovcic4585 10 ай бұрын
GREAT video, thnx!
@letsprogram30
@letsprogram30 10 ай бұрын
You’re welcome 😇
@danielpacheco2520
@danielpacheco2520 7 ай бұрын
Great, it helped a lot, I appreciate it
@letsprogram30
@letsprogram30 7 ай бұрын
Thanks mate!
@omverma08
@omverma08 7 ай бұрын
How can we change the sequence of the field . For example if I want to put select field or radio button between two text field. Thank you so much for video❤❤
@abhirajgawai505
@abhirajgawai505 Жыл бұрын
Amazing video sir ❤ Thank you sharing your knowledge.
@letsprogram30
@letsprogram30 Жыл бұрын
Thanks Abhiraj Sir ❤️
@bighneshsamal6523
@bighneshsamal6523 7 ай бұрын
Very nice. One question, If I want to change value of one control base on another control change. How to achieve this. We can't write login in dynamic form. We have to manage in parent component. Logics are different in different cases
@letsprogram30
@letsprogram30 7 ай бұрын
I would say there is still a way to achieve it by adding dependson and dependencyMap of values the values will get mapped at the runtime, for example I have a two controls city and state. Based on state selection I will have to populate the cities depedencyMap values something like this. But I should depend on the project to project cases, that do we really gonna use that often, if yes then we should do it generic/centralised way
@bighneshsamal6523
@bighneshsamal6523 7 ай бұрын
Thanks for your quick reply. Adding dependson and depandacyMap in jsondata? Where I can get Full code? I checked your blog, I didn't get Full code.
@letsprogram30
@letsprogram30 7 ай бұрын
@@bighneshsamal6523 It was not the part of the blog/video. If you want I can update the existing code base with some sample code 🙂
@bongguiao
@bongguiao 7 ай бұрын
This is a great tutorial for a newbies like me, may I know how to config if the the value in the dropdowns came from the database?
@letsprogram30
@letsprogram30 7 ай бұрын
You can load the config on runtime, I might create a video to explain it.
@manikanta5879
@manikanta5879 9 ай бұрын
Great tutorial. Im looking to build a search screen with quick search and advance search options. Quick search is straight forward and i can refer to this tutorial. But advanced search will have multiple sections as expandable ones and with different fields. All these fileds should ve fetched dynamically from json/API and fields vary from text, daterange, date to checkbox and its very confusing
@letsprogram30
@letsprogram30 9 ай бұрын
So there will be two configs basic search config and advance config. The advance config should only have the additional search configs. One use clicks advance button we can destructure it into single config and it should do the job.
@manojv2893
@manojv2893 11 ай бұрын
Thank you so much
@letsprogram30
@letsprogram30 11 ай бұрын
You’re welcome 😉
@prathameshkoyande8984
@prathameshkoyande8984 27 күн бұрын
Hi Sashi..great tutorial..helped me a lot. Got a silly doubt...the Html code does not show the formGroup or form Controls name in blue. It displays in orange only. Any fix available for that?😅
@letsprogram30
@letsprogram30 25 күн бұрын
maybe that could be something related to your lint? can you share some screenshot to me on discord or telegram
@vinaykumar-be7nm
@vinaykumar-be7nm 3 ай бұрын
can u share the blog link of dynamic form
@Wellwishers123
@Wellwishers123 27 күн бұрын
Does the data will be saved somewhere after submit?
@letsprogram30
@letsprogram30 25 күн бұрын
Well it depends on you now, after submit what action you need to perform with that data
@sradhanayak4734
@sradhanayak4734 9 ай бұрын
If my application is not standalone, how I can use the dynamic-form-component into the application, suppose I have 4 to 5 different pages in the application? Please suggest
@letsprogram30
@letsprogram30 9 ай бұрын
Declare the component in the shared.module.ts then you can use it in your application just by adding the selected and follow the instructions as per video
@mahdiandalib186
@mahdiandalib186 Жыл бұрын
nice man i hope one day you create form builder using angular where users could create form using drag and drop...
@letsprogram30
@letsprogram30 Жыл бұрын
Well, it's a great idea. I accept this as my new challenge 😊 Thanks bro❤
@mahdiandalib186
@mahdiandalib186 Жыл бұрын
yeees, thx, i am really waiting to see this tutorial where users could select what ever type of form they want from a list of inputs at a sidebar of the page they are for example and then by just drag and drop functionality they could easily add them to their form... something like wordpress gravity forms plugin @@letsprogram30
@codewithkholfaa8629
@codewithkholfaa8629 8 ай бұрын
how to handle files upload and form array
@RahmathShan-q4q
@RahmathShan-q4q Жыл бұрын
Tried this, but I got error 'Cannot find control with name: 'firstName' '..
@letsprogram30
@letsprogram30 Жыл бұрын
Check the config is mapped correctly and make sure to do all the necessary imports
@RahmathShan-q4q
@RahmathShan-q4q Жыл бұрын
I checked all that , but still showing that binding error for all the fields @@letsprogram30
@RahmathShan-q4q
@RahmathShan-q4q Жыл бұрын
yes I got it ..thanx
@teja6124
@teja6124 7 ай бұрын
Hi Sir, Thank you sharing your knowledge. i have question prompt error message “Not allow to select today’s date” if selected date is today. im using below code to prompt error, but failed. can you help on this ? contant file: { "name": "dob", "label": "DOB", "placeholder": "", "class": "col-md-4", "type": "date", //"value" : new Date().toISOString().slice(0, 10), "validators": [ { "validatorName":"required", "required": true, "message" : "*dob is required, Not allow to select today date" } ] }, ts file: if (control.name === 'dob' && myFormControl?.value) { const today = new Date() const selectedDate = new Date(myFormControl?.value); if( selectedDate.getFullYear() === today.getFullYear() && selectedDate.getMonth() === today.getMonth() && selectedDate.getDate() === today.getDate() ){ errorMessage = 'Date of Birth cannot be today'; } }
How to Make Forms in Angular REUSABLE (Advanced, 2023)
21:10
Decoded Frontend
Рет қаралды 71 М.
Angular Reactive Forms - All Needed Use Cases
15:55
Monsterlessons Academy
Рет қаралды 34 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 4,5 МЛН
Lamborghini vs Smoke 😱
00:38
Topper Guild
Рет қаралды 57 МЛН
Turn Off the Vacum And Sit Back and Laugh 🤣
00:34
SKITSFUL
Рет қаралды 10 МЛН
Create a Dynamic Reactive Angular Form with JSON
14:47
Joshua Morony
Рет қаралды 57 М.
Angular Forms: Build Dynamic Complex Forms Easily
19:31
Monsterlessons Academy
Рет қаралды 8 М.
Angular v19 Developer Event
22:54
Angular
Рет қаралды 63 М.
Programming Is Cooked
9:30
ThePrimeTime
Рет қаралды 329 М.
Control Value Accessor in Angular [Advanced, 2020]
18:46
Decoded Frontend
Рет қаралды 59 М.
Microservices with Databases can be challenging...
20:52
Software Developer Diaries
Рет қаралды 102 М.
This tiny computer changes EVERYTHING
15:57
Jeff Geerling
Рет қаралды 725 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 4,5 МЛН