refactor(ivy): remove markDirty from global utilities (#34453)

Removes `markDirty` from the global debugging utilities API since we've already exposed `detectChanges`.

PR Close #34453
This commit is contained in:
Kristiyan Kostadinov
2020-01-13 20:23:35 +01:00
committed by Andrew Kushnir
parent 471375adbe
commit cd9ae66b35
5 changed files with 0 additions and 12 deletions

View File

@ -23,5 +23,3 @@ export interface Listener {
type: 'dom' | 'output';
useCapture: boolean;
}
export declare function markDirty(component: {}): void;