|
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'; |
@@ -989,7 +990,7 @@ export abstract class Injector { |
989 | 990 | // (undocumented) |
990 | 991 | static THROW_IF_NOT_FOUND: {}; |
991 | 992 | // (undocumented) |
992 | | - static ɵprov: unknown; |
| 993 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<Injector>; |
993 | 994 | } |
994 | 995 |
|
995 | 996 | // @public |
@@ -1118,7 +1119,7 @@ export class IterableDiffers { |
1118 | 1119 | // (undocumented) |
1119 | 1120 | find(iterable: any): IterableDifferFactory; |
1120 | 1121 | // (undocumented) |
1121 | | - static ɵprov: unknown; |
| 1122 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<IterableDiffers>; |
1122 | 1123 | } |
1123 | 1124 |
|
1124 | 1125 | // @public |
@@ -1160,7 +1161,7 @@ export class KeyValueDiffers { |
1160 | 1161 | // (undocumented) |
1161 | 1162 | find(kv: any): KeyValueDifferFactory; |
1162 | 1163 | // (undocumented) |
1163 | | - static ɵprov: unknown; |
| 1164 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<KeyValueDiffers>; |
1164 | 1165 | } |
1165 | 1166 |
|
1166 | 1167 | // @public |
@@ -1417,7 +1418,7 @@ export class PendingTasks { |
1417 | 1418 | add(): () => void; |
1418 | 1419 | run(fn: () => Promise<unknown>): void; |
1419 | 1420 | // (undocumented) |
1420 | | - static ɵprov: unknown; |
| 1421 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<PendingTasks>; |
1421 | 1422 | } |
1422 | 1423 |
|
1423 | 1424 | // @public |
@@ -1757,7 +1758,7 @@ export abstract class Sanitizer { |
1757 | 1758 | // (undocumented) |
1758 | 1759 | abstract sanitize(context: SecurityContext, value: {} | string | null): string | null; |
1759 | 1760 | // (undocumented) |
1760 | | - static ɵprov: unknown; |
| 1761 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<null>; |
1761 | 1762 | } |
1762 | 1763 |
|
1763 | 1764 | // @public |
@@ -1918,7 +1919,7 @@ export class TransferState { |
1918 | 1919 | set<T>(key: StateKey<T>, value: T): void; |
1919 | 1920 | toJson(): string; |
1920 | 1921 | // (undocumented) |
1921 | | - static ɵprov: unknown; |
| 1922 | + static ɵprov: _angular_core.ɵɵInjectableDeclaration<TransferState>; |
1922 | 1923 | } |
1923 | 1924 |
|
1924 | 1925 | // @public |
|
0 commit comments