MCPcopy Create free account
hub / github.com/angular/angular / ɵɵcontrol

Function ɵɵcontrol

packages/core/src/render3/instructions/control.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 * @codeGenApi
65 */
66export function ɵɵcontrol(): void {
67 controlUpdateInternal();
68}
69
70export function controlUpdateInternal(): void {
71 if (ngDevMode && isInCheckNoChangesMode()) {

Callers

nothing calls this directly

Calls 1

controlUpdateInternalFunction · 0.85

Tested by

no test coverage detected