MCPcopy Index your code
hub / github.com/angular/angular / $digest

Method $digest

packages/upgrade/src/common/src/angular1.ts:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 $destroy(): any;
56 $apply(exp?: Ng1Expression): any;
57 $digest(): any;
58 $evalAsync(exp: Ng1Expression, locals?: any): void;
59 $on(event: string, fn?: (event?: any, ...args: any[]) => void): Function;
60 $$childTail: IScope;

Callers 5

initializeMethod · 0.65
$digestFunction · 0.65
synchronizeMethod · 0.65

Implementers 1

mockScopepackages/upgrade/src/common/test/downg

Calls

no outgoing calls

Tested by

no test coverage detected