Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(angular): Remove afterSendEvent listener once root injector is destroyed #12786

Merged
merged 2 commits into from
Jul 18, 2024

Commits on Jul 18, 2024

  1. fix(angular): remove afterSendEvent listener once root injector is …

    …destroyed
    
    In this commit, we added cleanup logic to handle the removal of `afterSendEvent`,
    which is set up within the Angular error handler. This fixes memory leaks that occur
    when the event is still being handled after the root view is removed.
    arturovt authored and Lms24 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c44ac4b View commit details
    Browse the repository at this point in the history
  2. add tests

    Lms24 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ed22329 View commit details
    Browse the repository at this point in the history