angular-cn/packages/core/test/linker
Olivier Combe 728fe69625 feat(ivy): improve stacktrace for `R3Injector` errors (#28207)
Improve the stacktrace for `R3Injector` errors by adding the source component (or module) that tried to inject the missing provider, as well as the name of the injector which triggered the error (`R3Injector`).

e.g.:
```
R3InjectorError(SomeModule)[car -> SportsCar]:
    NullInjectorError: No provider for SportsCar!
```

FW-807 #resolve
FW-875 #resolve

PR Close #28207
2019-02-05 01:53:20 -05:00
..
change_detection_integration_spec.ts fix(ivy): init hooks should be called once and only once (#28239) 2019-01-25 14:31:23 -08:00
entry_components_integration_spec.ts test(ivy): ComponentFactoryResolver can resolve any component factory in Ivy (#28465) 2019-01-31 15:55:31 -05:00
integration_spec.ts fix(ivy): mark views dirty by default when events fire (#28474) 2019-02-01 15:48:06 -05:00
jit_summaries_integration_spec.ts test(ivy): mark jit_summaries_integration_spec as obsolete in Ivy (#28027) 2019-01-09 15:38:48 -08:00
ng_container_integration_spec.ts test(ivy): mark changed behaviour for queries and ng-container (#27977) 2019-01-08 10:37:39 -08:00
ng_module_integration_spec.ts feat(ivy): improve stacktrace for `R3Injector` errors (#28207) 2019-02-05 01:53:20 -05:00
projection_integration_spec.ts fix(ivy): content projection with Shadow DOM not working (#28261) 2019-01-23 15:05:12 -08:00
query_integration_spec.ts revert: fix(ivy): remove query results from destroyed embedded views (#28445) 2019-02-04 12:52:37 -05:00
query_list_spec.ts fix(core): ensure initial value of QueryList length (#21980) (#21982) 2018-02-07 12:08:44 -08:00
regression_integration_spec.ts fix(ivy): errors not being logged to ErrorHandler (#28447) 2019-02-04 16:48:14 -05:00
security_integration_spec.ts fix(ivy): validate props and attrs with "on" prefix at runtime (#28054) 2019-01-14 10:53:03 -08:00
source_map_integration_node_only_spec.ts fix(ivy): check semantics of NgModule for consistency (#27604) 2018-12-17 14:49:51 -08:00
system_ng_module_factory_loader_spec.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
view_injector_integration_spec.ts test(ivy): enable last test in view injector integration spec (#27989) 2019-01-08 10:35:24 -08:00