@@ -19,7 +19,7 @@ import {ClassProvider, ConstructorProvider, ExistingProvider, FactoryProvider, S
19
19
* requesting injection of other types if necessary.
20
20
*
21
21
* Optionally, a `providedIn` parameter specifies that the given type belongs to a particular
22
- * `InjectorDef `, `NgModule`, or a special scope (e.g. `'root'`). A value of `null` indicates
22
+ * `Injector `, `NgModule`, or a special scope (e.g. `'root'`). A value of `null` indicates
23
23
* that the injectable does not belong to any scope.
24
24
*
25
25
* @codeGenApi
@@ -80,7 +80,7 @@ export interface ɵɵInjectorDef<T> {
80
80
/**
81
81
* A `Type` which has an `InjectableDef` static field.
82
82
*
83
- * `InjectableDefType `s contain their own Dependency Injection metadata and are usable in an
83
+ * `InjectableType `s contain their own Dependency Injection metadata and are usable in an
84
84
* `InjectorDef`-based `StaticInjector.
85
85
*
86
86
* @publicApi
@@ -95,7 +95,7 @@ export interface InjectableType<T> extends Type<T> {
95
95
/**
96
96
* A type which has an `InjectorDef` static field.
97
97
*
98
- * `InjectorDefTypes ` can be used to configure a `StaticInjector`.
98
+ * `InjectorTypes ` can be used to configure a `StaticInjector`.
99
99
*
100
100
* This is an opaque type whose structure is highly version dependent. Do not rely on any
101
101
* properties.
@@ -108,7 +108,7 @@ export interface InjectorType<T> extends Type<T> {
108
108
}
109
109
110
110
/**
111
- * Describes the `InjectorDef` equivalent of a `ModuleWithProviders`, an `InjectorDefType ` with an
111
+ * Describes the `InjectorDef` equivalent of a `ModuleWithProviders`, an `InjectorType ` with an
112
112
* associated array of providers.
113
113
*
114
114
* Objects of this type can be listed in the imports section of an `InjectorDef`.
0 commit comments