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
you can use a workaround, like this:
on your component :
@Input public date: Date,