mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
To mitigate the effect of Observables with memory leak, this change clears the `ChangeDetectorRef` when the `AsyncPipe` is destroyed. This avoids any leak within the `Observable` to retain the view data. A test has been added to verify that this change works correctly with promises that resolve _after_ the pipe has been destroyed. Note: this is not marked as fix as `AsyncPipe` itself is _not_ leaking any memory. Closes #17624 PR Close #46128 |
||
|---|---|---|
| .. | ||
| async_pipe_spec.ts | ||
| case_conversion_pipes_spec.ts | ||
| date_pipe_spec.ts | ||
| i18n_plural_pipe_spec.ts | ||
| i18n_select_pipe_spec.ts | ||
| json_pipe_spec.ts | ||
| keyvalue_pipe_spec.ts | ||
| number_pipe_spec.ts | ||
| slice_pipe_spec.ts | ||