trying to get a form set up but for some reason, the Date input in my html is not binding to the object\'s date value, despite using [(ngModel)]
html:
&l
In Typescript - app.component.ts file
export class AppComponent implements OnInit { currentDate = new Date(); }
In HTML Input field
It will display the current date inside the input field.