Data Binding in Angular
Types of data binding
Angular provides three categories of data binding according to the direction of data flow:
From source to view
From view to source
In a two-way sequence of view to source to view
| TYPE | SYNTAX | CATEGORY |
| --- | --- |...
shivrajdeopa.hashnode.dev3 min read