Skip to content

Conversation

@SkyZeroZx
Copy link
Contributor

@SkyZeroZx SkyZeroZx commented Oct 15, 2025

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@pullapprove pullapprove bot requested a review from crisbeto October 15, 2025 21:57
@angular-robot angular-robot bot added the area: docs Related to the documentation label Oct 15, 2025
@ngbot ngbot bot added this to the Backlog milestone Oct 15, 2025
Comment on lines 230 to 233
@HostListener('click.debounce.500')
handleDebouncedClick(): void {
console.log('Debounced click!');
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we drop that, HostListeners aren't recommended anymore and only kept for backward compatibility

template: `
<input
type="text"
(input.debounce.500)="onSearch($event)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
(input.debounce.500)="onSearch($event)"
(input.debounce.500)="onSearch($event.target.value)"

@SkyZeroZx SkyZeroZx force-pushed the docs/add-event-plugin branch from 0feeba0 to 3de67fd Compare October 15, 2025 22:30
@SkyZeroZx SkyZeroZx force-pushed the docs/add-event-plugin branch from 3de67fd to a7f3754 Compare October 15, 2025 22:46
@SkyZeroZx
Copy link
Contributor Author

Updated

Copy link
Member

@JeanMeche JeanMeche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the addition, it's quite an old feature but not well known !

@JeanMeche JeanMeche removed the request for review from crisbeto October 15, 2025 23:48
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Oct 15, 2025
@thePunderWoman
Copy link
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

thePunderWoman pushed a commit that referenced this pull request Oct 16, 2025
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Nov 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: docs Related to the documentation target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants