mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix incorrect FormArray example link
Update the typed forms guide link to point to the correct
FormArray section instead of the FormControl getting started example.
(cherry picked from commit e3781cd88a)
This commit is contained in:
parent
cd405685af
commit
c0cdec5cee
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ export type ɵFormArrayRawValue<T extends AbstractControl<any>> = ɵTypedOrUntyp
|
|||
* the `FormArray` directly, as that result in strange and unexpected behavior such
|
||||
* as broken change detection.
|
||||
*
|
||||
* @see [FormArray: Dynamic, Homogenous Collections](guide/forms/typed-forms#formcontrol-getting-started)
|
||||
* @see [FormArray: Dynamic, Homogenous Collections](guide/forms/typed-forms#formarray-dynamic-homogenous-collections)
|
||||
* @see [Creating dynamic forms](guide/forms/reactive-forms#creating-dynamic-forms)
|
||||
*
|
||||
* @publicApi
|
||||
|
|
|
|||
Loading…
Reference in a new issue