• Overview
@angular/forms/signals

ParseResult

interface

Result of parsing a raw value into a model value.

API

    
      interface ParseResult<TValue> {}
    
    

value

TValue | undefined

The parsed value. If omitted, the model is not updated.

error

OneOrMany<WithoutFieldTree> | undefined

Errors encountered during parsing, if any.

Jump to details