MCPcopy Index your code
hub / github.com/angular/angular / ɵɵcontrolCreate

Function ɵɵcontrolCreate

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

Source from the content-addressed store, hash-verified

36 * @codeGenApi
37 */
38export function ɵɵcontrolCreate(): void {
39 controlCreateInternal();
40}
41
42export function controlCreateInternal(): void {
43 const lView = getLView();

Callers

nothing calls this directly

Calls 1

controlCreateInternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…