angular-cn/packages/upgrade/test/static/integration
Pawel Kozlowski 32c61f434c fix(ivy): ngUpgrade should distinguish element and module injectors (#28313)
There are cases where we should check an element injector but don't go
into the associated module injector if a token is not found. In both the
view engine and ngIvy this is acheived by passing the
`NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR` as the `notFoundValue`.

Before this fix the view engine and ngIvy were using different objects to
represent `NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR`. This was causing problems
as ngUpgrade is using `NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR` const in its
`NgAdapterInjector` to prevent searching of module injectors.

This commit makes sure that ngIvy is using the same object to represent
`NOT_FOUND_CHECK_ONLY_ELEMENT_INJECTOR` as the view engine.

PR Close #28313
2019-01-23 15:01:22 -08:00
..
change_detection_spec.ts test(ivy): re-enable passing tests and misc cleanup (#28093) 2019-01-14 10:03:57 -08:00
content_projection_spec.ts fix(ivy): pass ngContentSelectors through to `defineComponent()` calls (#27867) 2019-01-10 13:36:37 -08:00
downgrade_component_spec.ts fix(ivy): ngUpgrade should distinguish element and module injectors (#28313) 2019-01-23 15:01:22 -08:00
downgrade_module_spec.ts fix(ivy): ngUpgrade should distinguish element and module injectors (#28313) 2019-01-23 15:01:22 -08:00
examples_spec.ts fix(ivy): pass ngContentSelectors through to `defineComponent()` calls (#27867) 2019-01-10 13:36:37 -08:00
injection_spec.ts test(upgrade): run tests against multiple AngularJS versions (#22167) 2018-02-25 10:06:14 -08:00
testability_spec.ts fix(upgrade): propagate return value of resumeBootstrap (#22754) 2018-04-02 14:20:58 -07:00
upgrade_component_spec.ts fix(ivy): don't cache render parent on LContainer to support ngUpgrade (#28011) 2019-01-09 15:35:57 -08:00