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

Function ɵɵcontrolCreate

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

controlCreateInternalFunction · 0.85

Tested by

no test coverage detected