Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
41
export
function
ɵɵcontrolCreate(): void {
42
controlCreateInternal();
43
}
44
45
export
function
controlCreateInternal(): void {
46
const
lView = getLView();
Callers
nothing calls this directly
Calls
1
controlCreateInternal
Function · 0.85
Tested by
no test coverage detected