Picker Default for DateTime

Is there a way to have the picker interface default to today’s date when the component is bound to a null value? Found the workaround to use ViewChild to access the element and set value, but in my case, I have these inside a ngFor and so cannot set reference variables to the elements.