AbstractControlOptions
interface
Interface for options provided to an AbstractControl
.
API
interface AbstractControlOptions { updateOn?: "change" | "blur" | "submit";}}
Jump to details
Interface for options provided to an AbstractControl
.
interface AbstractControlOptions { updateOn?: "change" | "blur" | "submit";}}