InterviewSolution
Saved Bookmarks
| 1. |
Why we need Ngmodel in angular 4? |
|
Answer» We need NGMODEL in angular 4, as it POSSESSES the property of binding and ENCAPSULATING the input elements of DOM. In short, we need Ngmodel in angular 4 for two –way-data-binding process. |
|