File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -108,16 +108,25 @@ At this level an interviewer wants to know whether the interviewee is a coachabl
1081089 . What are the differences between reactive forms and template driven forms?
109109
110110 Template driven forms are:
111+
111112 1. Easy to use
113+
112114 2. Similar to AngularJS
115+
113116 3. Two way data binding
117+
114118 4. Automatically tracks form and input element state
115119
116120 Reactive forms are:
121+
117122 1. More flexible, used in more complex scenarios
123+
118124 2. Inmuttable data model
125+
119126 3. Reactive transformation
127+
120128 4. Easily add input elements dynamically
129+
121130 5. easier to unit test
122131
12313210 . What is a dumb, or presentation, component? What are the benefits of using dumb components?
You can’t perform that action at this time.
0 commit comments