mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix 404 link in roadmap (#58791)
https://angular.dev/guide/components/output-fn does not exist, change to https://angular.dev/guide/components/outputs PR Close #58791
This commit is contained in:
parent
21f757c1c4
commit
3e7cb2cfe1
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ Start developing with the latest Angular features from our roadmap. This list re
|
|||
* [Signal inputs](/guide/signals/inputs)
|
||||
* [Model inputs](/guide/signals/model)
|
||||
* [Signal queries](/guide/signals/queries)
|
||||
* [Function-based outputs](/guide/components/output-fn)
|
||||
* [Function-based outputs](/guide/components/outputs)
|
||||
|
||||
## Improving the Angular developer experience
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue