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 15b8ed2 commit bcf5f61Copy full SHA for bcf5f61
tools/public_api_guard/cdk/table.d.ts
@@ -1,6 +1,7 @@
1
export declare class _CoalescedStyleScheduler {
2
constructor(_ngZone: NgZone);
3
schedule(task: () => unknown): void;
4
+ scheduleEnd(task: () => unknown): void;
5
static ɵfac: i0.ɵɵFactoryDef<_CoalescedStyleScheduler, never>;
6
static ɵprov: i0.ɵɵInjectableDef<_CoalescedStyleScheduler>;
7
}
0 commit comments