diff --git a/aio/content/guide/dependency-injection.md b/aio/content/guide/dependency-injection.md index 5604f30b21..cf982bb931 100644 --- a/aio/content/guide/dependency-injection.md +++ b/aio/content/guide/dependency-injection.md @@ -440,6 +440,12 @@ The service can be instantiated by configuring a factory function as shown below +
+ +To override tree-shakable providers, register the provider using the `providers: []` array syntax of any Angular decorator that supports it. + +
+ {@a injector-config} {@a bootstrap}