MCPcopy
hub / github.com/angular/angular / create

Method create

packages/core/src/render3/dynamic_bindings.ts:47–47  ·  view source on GitHub ↗

Callback that will be invoked during creation.

(slot?: number)

Source from the content-addressed store, hash-verified

45
46 /** Callback that will be invoked during creation. */
47 create?(slot?: number): void;
48
49 /** Callback that will be invoked during updates. */
50 update?(slot?: number): void;

Callers 15

createSamplerFunction · 0.65
createExtensionFunction · 0.65
createReportersFunction · 0.65
createReporterFunction · 0.65
createReporterFunction · 0.65
createMetricFunction · 0.65
createMetricFunction · 0.65
createMetricFunction · 0.65
createValidatorFunction · 0.65
createValidatorFunction · 0.65
createExtensionFunction · 0.65

Implementers 3

NoopItemFactorypackages/core/test/render3/list_reconc
RepeaterLikeItemFactorypackages/core/test/render3/list_reconc
AppComponentmodules/benchmarks/src/class_bindings/

Calls

no outgoing calls

Tested by 6

testFunction · 0.52
setUpRouterFunction · 0.52
guardsIntegrationSuiteFunction · 0.52
testFunction · 0.52