what is ngModel
it is an attribute directive
it is used to perform two way data binding in angular
data flows from view file to component file and vice versa.
It is used in Banana in the box notations
syntax [(ngModel)]="property name"
#angular #frontend #reactjs #java #python