Hi,
I have a problem when I want to pre-populate the Datetime Picker in my app. How can I set the default value to be current datetime ? And I specifically need the syntax here:
<rz-datepicker #datepicker0 (change)="datepicker0Change($event)">
</rz-datepicker>
There are numerous examples from Blazor and nothing from Angular. It should be something trivial, but there aren't any clues as to how a default thing should be.
Again I need the programmatical approach, not the UI one. Thanks