Event fired when the control's pristine state changes (pristine <=> dirty).
class PristineChangeEvent extends ControlEvent { constructor(pristine: boolean, source: AbstractControl<any, any>): PristineChangeEvent; readonly override pristine: boolean; readonly override source: AbstractControl<any, any>;}
PristineChangeEvent
boolean
AbstractControl<any, any>