• Overview
@angular/forms/signals

MaxDateValidationError

Class

An error used to indicate that a date value is later than the maximum allowed.

API

    
      class MaxDateValidationError extends BaseNgValidationError {}
    
    

fieldTree

ReadonlyFieldTree<unknown>

The field associated with this error.

message

string | undefined

Human readable error message.

Jump to details