Data binding defines the communication between a component and DOM. There are three types
<li>Age: {{user.age}}</li>
<button (click)="register()"></button
<input type="name" [(ngModel)]="user.name">
Created 2019-01-23T11:45:03+05:18, updated 2022-01-29T02:34:00+00:00 · History · Edit