mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix broken link (#56848)
fix link @ /guide/forms/reactive-forms#reactive-forms-api-summary prev: /api/forms current: /api#forms PR Close #56848
This commit is contained in:
parent
97d718dc2f
commit
e7da8c2b02
1 changed files with 1 additions and 1 deletions
|
|
@ -395,7 +395,7 @@ Initially, the form contains one `Alias` field. To add another field, click the
|
|||
## Reactive forms API summary
|
||||
|
||||
The following table lists the base classes and services used to create and manage reactive form controls.
|
||||
For complete syntax details, see the API reference documentation for the [Forms package](api/forms "API reference").
|
||||
For complete syntax details, see the API reference documentation for the [Forms package](api#forms "API reference").
|
||||
|
||||
### Classes
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue