docs(forms): remove unnecessary {@link Injector}
jsdoc tags (#23186)
Inline code blocks are automatically linked, if possible, to their API page. PR Close #23186
This commit is contained in:

committed by
Igor Minar

parent
1aef4df127
commit
92821e338b
@ -19,7 +19,7 @@ import {ValidationErrors} from './validators';
|
||||
*/
|
||||
export abstract class AbstractControlDirective {
|
||||
/**
|
||||
* The {@link FormControl}, {@link FormGroup}, or {@link FormArray}
|
||||
* The `FormControl`, `FormGroup`, or `FormArray`
|
||||
* that backs this directive. Most properties fall through to that
|
||||
* instance.
|
||||
*/
|
||||
@ -137,7 +137,7 @@ export abstract class AbstractControlDirective {
|
||||
* * it is marked as `untouched`
|
||||
* * value is set to null
|
||||
*
|
||||
* For more information, see {@link AbstractControl}.
|
||||
* For more information, see `AbstractControl`.
|
||||
*/
|
||||
reset(value: any = undefined): void {
|
||||
if (this.control) this.control.reset(value);
|
||||
|
Reference in New Issue
Block a user