• Overview
@angular/forms/signals

MinDateValidationError

Class

An error used to indicate that a date value is earlier than the minimum allowed.

API

    
      class MinDateValidationError extends BaseNgValidationError {}
    
    

fieldTree

ReadonlyFieldTree<unknown>

The field associated with this error.

message

string | undefined

Human readable error message.

Jump to details