angular/aio/content/examples/deprecation-guide
Matthieu Riegler 3b863ddc1e refactor(core): Remove ReflectiveInjector symbol (#48103)
The `ReflectiveInjector` symbol has been deprecated in v5 (11 major versions ago). This commit removes ReflectiveInjector and related symbols.

BREAKING CHANGE: The `ReflectiveInjector` and related symbols were removed. Please update the code to avoid references to the `ReflectiveInjector` symbol. Use `Injector.create` as a replacement to create an injector instead.

PR Close #48103
2023-04-04 16:43:53 -07:00
..
e2e/src docs: move deprecations example snippets to external file (#43700) 2021-10-20 20:24:54 +00:00
src refactor(core): Remove ReflectiveInjector symbol (#48103) 2023-04-04 16:43:53 -07:00
BUILD.bazel build(bazel): incrementally build aio example zips and live examples 2022-11-22 13:51:16 -07:00
example-config.json docs: move deprecations example snippets to external file (#43700) 2021-10-20 20:24:54 +00:00
stackblitz.json docs: move deprecations example snippets to external file (#43700) 2021-10-20 20:24:54 +00:00