0a7d10ba55
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(…)`. |
||
---|---|---|
.. | ||
backends | ||
base_request_options_spec.ts | ||
headers_spec.ts | ||
http_spec.ts | ||
static_response_spec.ts | ||
url_search_params_spec.ts |