1.

List the types of Data Binding supported by Angular 5?

Answer»

DATA BINDING is the process of synchronizing the model and view to enable effective COMMUNICATIONS between the COMPONENTS and DOM.
In Angular 5, there are four types of Data Binding

  • Property Binding
  • Event Binding
  • Two-Way Data Binding
  • Interpolation


Discussion

No Comment Found