mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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` |
||
|---|---|---|
| .. | ||
| async.ts | ||
| async_test_completer.ts | ||
| before_each.ts | ||
| component_fixture.ts | ||
| fake_async.ts | ||
| lang_utils.ts | ||
| logger.ts | ||
| metadata_override.ts | ||
| ng_zone_mock.ts | ||
| private_export_testing.ts | ||
| test_bed.ts | ||
| test_compiler.ts | ||
| testing.ts | ||
| testing_internal.ts | ||