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:

committed by
Andrew Kushnir

parent
471375adbe
commit
cd9ae66b35
2
tools/public_api_guard/global_utils.d.ts
vendored
2
tools/public_api_guard/global_utils.d.ts
vendored
@ -23,5 +23,3 @@ export interface Listener {
|
||||
type: 'dom' | 'output';
|
||||
useCapture: boolean;
|
||||
}
|
||||
|
||||
export declare function markDirty(component: {}): void;
|
||||
|
Reference in New Issue
Block a user