angular-cn/packages/core/test
Victor Berchet 13686bb518 fix: element injector vs module injector (#15044)
fixes #12869
fixes #12889
fixes #13885
fixes #13870

Before this change there was a single injector tree.
Now we have 2 injector trees, one for the modules and one for the components.
This fixes lazy loading modules.

See the design docs for details:
https://docs.google.com/document/d/1OEUIwc-s69l1o97K0wBd_-Lth5BBxir1KuCRWklTlI4

BREAKING CHANGES

`ComponentFactory.create()` takes an extra optional `NgModuleRef` parameter.
No change should be required in user code as the correct module will be used
when none is provided

DEPRECATIONS

The following methods were used internally and are no more required:
- `RouterOutlet.locationFactoryResolver`
- `RouterOutlet.locationInjector`
2017-03-14 16:26:17 -07:00
..
animation refactor(platform-browser): move platform-browser/animations to animations/browser (#15130) 2017-03-14 11:55:49 -07:00
change_detection build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
debug build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
di build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
dom build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
linker fix: element injector vs module injector (#15044) 2017-03-14 16:26:17 -07:00
metadata build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
reflection refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
testability build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
util refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
view fix: element injector vs module injector (#15044) 2017-03-14 16:26:17 -07:00
zone build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
application_init_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
application_module_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
application_ref_spec.ts fix: element injector vs module injector (#15044) 2017-03-14 16:26:17 -07:00
component_fixture_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
dev_mode_spec.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
directive_lifecycle_integration_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
error_handler_spec.ts feat: introduce source maps for templates (#15011) 2017-03-14 09:16:15 -07:00
event_emitter_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
fake_async_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
forward_ref_integration_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
spies.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
testing_internal_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00