InterviewSolution
Saved Bookmarks
| 1. |
Why are reactive forms used in Angular 8? |
|
Answer» Reactive forms have a lot of IMPORTANT FEATURES, for INSTANCE, they are robust, scalable, testable, reusable, etcetera. That is why they are used in applications made using Angular 8, where forms are an essential component of the application. |
|