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:
parent
3c586fa4e0
commit
c4af49335c
@ -35,14 +35,12 @@ function _isAndroid(): boolean {
|
||||
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
|
||||
* elements. The accessor is used by the `FormControlDirective`, `FormControlName`, and
|
||||
* `NgModel` directives.
|
||||
*
|
||||
* {@searchKeywords ngDefaultControl}
|
||||
*
|
||||
* @usageNotes
|
||||
*
|
||||
* ### Using the default value accessor
|
||||
|
Loading…
x
Reference in New Issue
Block a user