-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
Comp: DocsGood First IssueGood issue for first-time contributorGood issue for first-time contributorhelp wanted
Description
Information
The docs app uses decorator-based Angular inputs and outputs via @input() and @output(). These should be refactored to the newer signal-based API to align with the current Angular patterns and reduce reliance on legacy component property decorators.
- Replace @input() properties with input()
- Replace @output() emitters with output()
- Update any affected component logic, templates, and tests to match the new API
- Verify the docs app still behaves the same after the refactor
Documentation page
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Comp: DocsGood First IssueGood issue for first-time contributorGood issue for first-time contributorhelp wanted