96,189 views
36 votes
36 votes
Angular when to use reactiveformsmodule.

User Hasan Nahiyan Nobel
by
2.8k points

1 Answer

18 votes
18 votes

Answer:

Image result for Angular when to use reactiveformsmodule.

In summaries, if forms are very important for your app, or reactive pattern are used in your app, you should use reactive forms. Otherwise your app have basic and simple requirement for forms such as sign in, you should use template-driven forms

Step-by-step explanation:

Each form has a state that can be updated by many different interactions and its up to the application developer to manage that state and prevent it from getting corrupted. This can get hard to do for very large forms and can introduce a category of potential bugs

User AlexA
by
3.3k points