Skip to content

Commit 1b3190c

Browse files
committed
more formatting
1 parent f91d8cd commit 1b3190c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,25 @@ At this level an interviewer wants to know whether the interviewee is a coachabl
108108
9. 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

123132
10. What is a dumb, or presentation, component? What are the benefits of using dumb components?

0 commit comments

Comments
 (0)