Data binding connects component data with template views.
{{ title }}
[value]="name"
(click)="submit()"
[(ngModel)]="username"
{{ username }}
Take quizzes related to this topic and see where you stand!