@@ -143,9 +143,7 @@ export interface AbstractControlOptions {
143143export class AbstractFormGroupDirective extends ControlContainer implements OnInit , OnDestroy {
144144 get control(): FormGroup ;
145145 get formDirective(): Form | null ;
146- // (undocumented)
147146 ngOnDestroy(): void ;
148- // (undocumented)
149147 ngOnInit(): void ;
150148 get path(): string [];
151149 // (undocumented)
@@ -225,7 +223,6 @@ export class DefaultValueAccessor extends BaseControlValueAccessor implements Co
225223// @public
226224export class EmailValidator extends AbstractValidatorDirective {
227225 email: boolean | string ;
228- // (undocumented)
229226 enabled(input : boolean ): boolean ;
230227 // (undocumented)
231228 static ɵdir: i0 .ɵɵDirectiveDeclaration <EmailValidator , " [email][formControlName],[email][formControl],[email][ngModel]" , never , { " email" : { " alias" : " email" ; " required" : false ; }; }, {}, never , never , false , never >;
@@ -363,9 +360,7 @@ export class FormControlDirective extends NgControl implements OnChanges, OnDest
363360 set isDisabled(isDisabled : boolean );
364361 // @deprecated (undocumented)
365362 model: any ;
366- // (undocumented)
367363 ngOnChanges(changes : SimpleChanges ): void ;
368- // (undocumented)
369364 ngOnDestroy(): void ;
370365 get path(): string [];
371366 // @deprecated (undocumented)
@@ -387,9 +382,7 @@ export class FormControlName extends NgControl implements OnChanges, OnDestroy {
387382 // @deprecated (undocumented)
388383 model: any ;
389384 name: string | number | null ;
390- // (undocumented)
391385 ngOnChanges(changes : SimpleChanges ): void ;
392- // (undocumented)
393386 ngOnDestroy(): void ;
394387 get path(): string [];
395388 // @deprecated (undocumented)
@@ -494,9 +487,7 @@ export class FormGroupDirective extends ControlContainer implements Form, OnChan
494487 getControl(dir : FormControlName ): FormControl ;
495488 getFormArray(dir : FormArrayName ): FormArray ;
496489 getFormGroup(dir : FormGroupName ): FormGroup ;
497- // (undocumented)
498490 ngOnChanges(changes : SimpleChanges ): void ;
499- // (undocumented)
500491 ngOnDestroy(): void ;
501492 ngSubmit: EventEmitter <any >;
502493 onReset(): void ;
@@ -691,7 +682,6 @@ export class NgForm extends ControlContainer implements Form, AfterViewInit {
691682 get formDirective(): Form ;
692683 getControl(dir : NgModel ): FormControl ;
693684 getFormGroup(dir : NgModelGroup ): FormGroup ;
694- // (undocumented)
695685 ngAfterViewInit(): void ;
696686 ngSubmit: EventEmitter <any >;
697687 onReset(): void ;
@@ -723,11 +713,8 @@ export class NgModel extends NgControl implements OnChanges, OnDestroy {
723713 isDisabled: boolean ;
724714 model: any ;
725715 name: string ;
726- // (undocumented)
727716 static ngAcceptInputType_isDisabled: boolean | string ;
728- // (undocumented)
729717 ngOnChanges(changes : SimpleChanges ): void ;
730- // (undocumented)
731718 ngOnDestroy(): void ;
732719 options: {
733720 name? : string ;
@@ -758,7 +745,6 @@ export class NgModelGroup extends AbstractFormGroupDirective implements OnInit,
758745export class NgSelectOption implements OnDestroy {
759746 constructor (_element : ElementRef , _renderer : Renderer2 , _select : SelectControlValueAccessor );
760747 id: string ;
761- // (undocumented)
762748 ngOnDestroy(): void ;
763749 set ngValue(value : any );
764750 set value(value : any );
@@ -816,13 +802,10 @@ export class RadioControlValueAccessor extends BuiltInControlValueAccessor imple
816802 fireUncheck(value : any ): void ;
817803 formControlName: string ;
818804 name: string ;
819- // (undocumented)
820805 ngOnDestroy(): void ;
821- // (undocumented)
822806 ngOnInit(): void ;
823807 onChange: () => void ;
824808 registerOnChange(fn : (_ : any ) => {}): void ;
825- // (undocumented)
826809 setDisabledState(isDisabled : boolean ): void ;
827810 value: any ;
828811 writeValue(value : any ): void ;
@@ -858,7 +841,6 @@ export class ReactiveFormsModule {
858841
859842// @public
860843export class RequiredValidator extends AbstractValidatorDirective {
861- // (undocumented)
862844 enabled(input : boolean ): boolean ;
863845 required: boolean | string ;
864846 // (undocumented)
@@ -871,7 +853,6 @@ export class RequiredValidator extends AbstractValidatorDirective {
871853export class SelectControlValueAccessor extends BuiltInControlValueAccessor implements ControlValueAccessor {
872854 set compareWith(fn : (o1 : any , o2 : any ) => boolean );
873855 registerOnChange(fn : (value : any ) => any ): void ;
874- // (undocumented)
875856 value: any ;
876857 writeValue(value : any ): void ;
877858 // (undocumented)
0 commit comments