|
4 | 4 |
|
5 | 5 | ```ts |
6 | 6 |
|
| 7 | +import * as _angular_core from '@angular/core'; |
7 | 8 | import { Observable } from 'rxjs'; |
8 | 9 | import { Subject } from 'rxjs'; |
9 | 10 | import { Subscription } from 'rxjs'; |
@@ -977,7 +978,7 @@ export abstract class Injector { |
977 | 978 | // (undocumented) |
978 | 979 | static THROW_IF_NOT_FOUND: {}; |
979 | 980 | // (undocumented) |
980 | | - static ɵprov: unknown; |
| 981 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<Injector>; |
981 | 982 | } |
982 | 983 |
|
983 | 984 | // @public |
@@ -1106,7 +1107,7 @@ export class IterableDiffers { |
1106 | 1107 | // (undocumented) |
1107 | 1108 | find(iterable: any): IterableDifferFactory; |
1108 | 1109 | // (undocumented) |
1109 | | - static ɵprov: unknown; |
| 1110 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<IterableDiffers>; |
1110 | 1111 | } |
1111 | 1112 |
|
1112 | 1113 | // @public |
@@ -1148,7 +1149,7 @@ export class KeyValueDiffers { |
1148 | 1149 | // (undocumented) |
1149 | 1150 | find(kv: any): KeyValueDifferFactory; |
1150 | 1151 | // (undocumented) |
1151 | | - static ɵprov: unknown; |
| 1152 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<KeyValueDiffers>; |
1152 | 1153 | } |
1153 | 1154 |
|
1154 | 1155 | // @public |
@@ -1405,7 +1406,7 @@ export class PendingTasks { |
1405 | 1406 | add(): () => void; |
1406 | 1407 | run(fn: () => Promise<unknown>): void; |
1407 | 1408 | // (undocumented) |
1408 | | - static ɵprov: unknown; |
| 1409 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<PendingTasks>; |
1409 | 1410 | } |
1410 | 1411 |
|
1411 | 1412 | // @public |
@@ -1725,7 +1726,7 @@ export abstract class Sanitizer { |
1725 | 1726 | // (undocumented) |
1726 | 1727 | abstract sanitize(context: SecurityContext, value: {} | string | null): string | null; |
1727 | 1728 | // (undocumented) |
1728 | | - static ɵprov: unknown; |
| 1729 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<null>; |
1729 | 1730 | } |
1730 | 1731 |
|
1731 | 1732 | // @public |
@@ -1886,7 +1887,7 @@ export class TransferState { |
1886 | 1887 | set<T>(key: StateKey<T>, value: T): void; |
1887 | 1888 | toJson(): string; |
1888 | 1889 | // (undocumented) |
1889 | | - static ɵprov: unknown; |
| 1890 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<TransferState>; |
1890 | 1891 | } |
1891 | 1892 |
|
1892 | 1893 | // @public |
|
0 commit comments