angular/modules/@angular/core/test/linker
Tobias Bosch dd6e0cf1b5 fix(compiler): fix where pipes live
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 152a117d5c
2016-05-03 09:00:23 -07:00
..
change_detection_integration_spec.ts fix(compiler): fix where pipes live 2016-05-03 09:00:23 -07:00
dynamic_component_loader_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
integration_dart_spec.dart repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
integration_spec.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
projection_integration_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
query_integration_spec.ts chore: clang-reformat 2016-05-01 22:59:41 -07:00
query_list_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
reflector_component_resolver_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
regression_integration_spec.ts repackaging: all the repackaging changes squashed 2016-05-01 20:51:00 -07:00
view_injector_integration_spec.ts fix(compiler): fix where pipes live 2016-05-03 09:00:23 -07:00