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:38–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
* @codeGenApi
37
*/
38
export
function
ɵɵcontrolCreate(): void {
39
controlCreateInternal();
40
}
41
42
export
function
controlCreateInternal(): void {
43
const
lView = getLView();
Callers
nothing calls this directly
Calls
1
controlCreateInternal
Function · 0.85
Tested by
no test coverage detected