Skip to content

Refactor docs app @Input/@Output bindings to signal syntax #5118

@timdeschryver

Description

@timdeschryver

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions