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 .ts :
today: Date; constructor() { this.today =new Date(); }
.html: