InterviewSolution
Saved Bookmarks
| 1. |
What technique uses Angular 2 for two way binding? |
|
Answer» In GENERAL, two-way data BINDING in ANGULAR 2 is the AUTOMATIC synchronization of data between the view components and model. Two-way data binding allows the users to treat the model as a single SOURCE of truth in your application. |
|