We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2a942 commit ac7fe2cCopy full SHA for ac7fe2c
packages/core/src/di/injectable.ts
@@ -81,8 +81,7 @@ export interface Injectable {
81
* - `Type<any>` - associates the injectable with an `@NgModule` or other `InjectorType`. This
82
* option is DEPRECATED.
83
* - 'null' : Equivalent to `undefined`. The injectable is not provided in any scope automatically
84
- * and must be added to a `providers` array of an [@NgModule](api/core/NgModule#providers),
85
- * [@Component](api/core/Directive#providers) or [@Directive](api/core/Directive#providers).
+ * and must be added to a `providers` array.
86
*
87
* The following options specify that this injectable should be provided in one of the following
88
* injectors:
0 commit comments