mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Impure pipes need to live on the view
that used them and need a new instance for
each call site.
Impure pipes need to live on the component view, cached across all child views,
and need a new pure proxy for each for
each call site that lives on the view
of the call site.
Fixes #8408
This bug was introduced not long ago by
|
||
|---|---|---|
| .. | ||
| change_detection_integration_spec.ts | ||
| dynamic_component_loader_spec.ts | ||
| integration_dart_spec.dart | ||
| integration_spec.ts | ||
| projection_integration_spec.ts | ||
| query_integration_spec.ts | ||
| query_list_spec.ts | ||
| reflector_component_resolver_spec.ts | ||
| regression_integration_spec.ts | ||
| view_injector_integration_spec.ts | ||