Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is 2 way data binding in angular? Two-way data binding combines the input and output binding into a single notation using the ngModel directive. To create your own component that supports two-way binding, you must define an @Output property to match an @Input , but suffix it with the Change .
Related Topics