@@ -140,9 +140,7 @@ export interface AbstractControlOptions {
140140export class AbstractFormGroupDirective extends ControlContainer implements OnInit , OnDestroy {
141141 get control(): FormGroup ;
142142 get formDirective(): Form | null ;
143- // (undocumented)
144143 ngOnDestroy(): void ;
145- // (undocumented)
146144 ngOnInit(): void ;
147145 get path(): string [];
148146 // (undocumented)
@@ -222,7 +220,6 @@ export class DefaultValueAccessor extends BaseControlValueAccessor implements Co
222220// @public
223221export class EmailValidator extends AbstractValidatorDirective {
224222 email: boolean | string ;
225- // (undocumented)
226223 enabled(input : boolean ): boolean ;
227224 // (undocumented)
228225 static ɵdir: i0 .ɵɵDirectiveDeclaration <EmailValidator , " [email][formControlName],[email][formControl],[email][ngModel]" , never , { " email" : { " alias" : " email" ; " required" : false ; }; }, {}, never , never , false , never >;
@@ -360,9 +357,7 @@ export class FormControlDirective extends NgControl implements OnChanges, OnDest
360357 set isDisabled(isDisabled : boolean );
361358 // @deprecated (undocumented)
362359 model: any ;
363- // (undocumented)
364360 ngOnChanges(changes : SimpleChanges ): void ;
365- // (undocumented)
366361 ngOnDestroy(): void ;
367362 get path(): string [];
368363 // @deprecated (undocumented)
@@ -384,9 +379,7 @@ export class FormControlName extends NgControl implements OnChanges, OnDestroy {
384379 // @deprecated (undocumented)
385380 model: any ;
386381 name: string | number | null ;
387- // (undocumented)
388382 ngOnChanges(changes : SimpleChanges ): void ;
389- // (undocumented)
390383 ngOnDestroy(): void ;
391384 get path(): string [];
392385 // @deprecated (undocumented)
@@ -491,9 +484,7 @@ export class FormGroupDirective extends ControlContainer implements Form, OnChan
491484 getControl(dir : FormControlName ): FormControl ;
492485 getFormArray(dir : FormArrayName ): FormArray ;
493486 getFormGroup(dir : FormGroupName ): FormGroup ;
494- // (undocumented)
495487 ngOnChanges(changes : SimpleChanges ): void ;
496- // (undocumented)
497488 ngOnDestroy(): void ;
498489 ngSubmit: EventEmitter <any >;
499490 onReset(): void ;
@@ -685,7 +676,6 @@ export class NgForm extends ControlContainer implements Form, AfterViewInit {
685676 get formDirective(): Form ;
686677 getControl(dir : NgModel ): FormControl ;
687678 getFormGroup(dir : NgModelGroup ): FormGroup ;
688- // (undocumented)
689679 ngAfterViewInit(): void ;
690680 ngSubmit: EventEmitter <any >;
691681 onReset(): void ;
@@ -717,11 +707,8 @@ export class NgModel extends NgControl implements OnChanges, OnDestroy {
717707 isDisabled: boolean ;
718708 model: any ;
719709 name: string ;
720- // (undocumented)
721710 static ngAcceptInputType_isDisabled: boolean | string ;
722- // (undocumented)
723711 ngOnChanges(changes : SimpleChanges ): void ;
724- // (undocumented)
725712 ngOnDestroy(): void ;
726713 options: {
727714 name? : string ;
@@ -752,7 +739,6 @@ export class NgModelGroup extends AbstractFormGroupDirective implements OnInit,
752739export class NgSelectOption implements OnDestroy {
753740 constructor (_element : ElementRef , _renderer : Renderer2 , _select : SelectControlValueAccessor );
754741 id: string ;
755- // (undocumented)
756742 ngOnDestroy(): void ;
757743 set ngValue(value : any );
758744 set value(value : any );
@@ -810,13 +796,10 @@ export class RadioControlValueAccessor extends BuiltInControlValueAccessor imple
810796 fireUncheck(value : any ): void ;
811797 formControlName: string ;
812798 name: string ;
813- // (undocumented)
814799 ngOnDestroy(): void ;
815- // (undocumented)
816800 ngOnInit(): void ;
817801 onChange: () => void ;
818802 registerOnChange(fn : (_ : any ) => {}): void ;
819- // (undocumented)
820803 setDisabledState(isDisabled : boolean ): void ;
821804 value: any ;
822805 writeValue(value : any ): void ;
@@ -852,7 +835,6 @@ export class ReactiveFormsModule {
852835
853836// @public
854837export class RequiredValidator extends AbstractValidatorDirective {
855- // (undocumented)
856838 enabled(input : boolean ): boolean ;
857839 required: boolean | string ;
858840 // (undocumented)
@@ -865,7 +847,6 @@ export class RequiredValidator extends AbstractValidatorDirective {
865847export class SelectControlValueAccessor extends BuiltInControlValueAccessor implements ControlValueAccessor {
866848 set compareWith(fn : (o1 : any , o2 : any ) => boolean );
867849 registerOnChange(fn : (value : any ) => any ): void ;
868- // (undocumented)
869850 value: any ;
870851 writeValue(value : any ): void ;
871852 // (undocumented)
0 commit comments