v3.2.3 with .NET 9 and better support for DateOnly in Angular Reactive Forms
/// <summary>
/// For Angular reactive form control binding with DateOnly, requiring yyyy-MM-dd local date, while the strongly typed field is JavaScript Date.
/// </summary>
public bool NgDateOnlyFormControlEnabled { get; set; }