mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
BREAKING CHANGE: - Injector was renamed into `ReflectiveInjector`, as `Injector` is only an abstract class with one method on it - `Injector.getOptional()` was changed into `Injector.get(token, notFoundValue)` to make implementing injectors simpler - `ViewContainerRef.createComponent` now takes an `Injector` instead of `ResolvedProviders`. If a reflective injector should be used, create one before calling this method. (e.g. via `ReflectiveInjector.resolveAndCreate(…)`. |
||
|---|---|---|
| .. | ||
| static_assets | ||
| tools | ||
| bootstrap_spec.ts | ||
| rectangle_mock.dart | ||
| rectangle_mock.ts | ||
| ruler_spec.ts | ||
| title_spec.ts | ||
| xhr_cache_setter.dart | ||
| xhr_cache_setter.ts | ||
| xhr_cache_spec.ts | ||
| xhr_impl_spec.ts | ||