docs(forms): fix the short description for `DefaultValueAccessor` (#41409)

The position of the `{@searchKeywords}` inline tag was causing the short-description to be empty.

PR Close #41409
This commit is contained in:
Pete Bacon Darwin 2021-04-01 11:12:04 +01:00 committed by Alex Rickabaugh
parent 3c586fa4e0
commit c4af49335c
1 changed files with 2 additions and 4 deletions

View File

@ -35,14 +35,12 @@ function _isAndroid(): boolean {
export const COMPOSITION_BUFFER_MODE = new InjectionToken<boolean>('CompositionEventMode'); export const COMPOSITION_BUFFER_MODE = new InjectionToken<boolean>('CompositionEventMode');
/** /**
* @description
*
* {@searchKeywords ngDefaultControl}
*
* The default `ControlValueAccessor` for writing a value and listening to changes on input * The default `ControlValueAccessor` for writing a value and listening to changes on input
* elements. The accessor is used by the `FormControlDirective`, `FormControlName`, and * elements. The accessor is used by the `FormControlDirective`, `FormControlName`, and
* `NgModel` directives. * `NgModel` directives.
* *
* {@searchKeywords ngDefaultControl}
*
* @usageNotes * @usageNotes
* *
* ### Using the default value accessor * ### Using the default value accessor