MCPcopy Create free account
hub / github.com/angular/angular / bind

Method bind

packages/compiler/src/render3/view/t2_api.ts:205–205  ·  view source on GitHub ↗
(target: Target<D>)

Source from the content-addressed store, hash-verified

203 */
204export interface TargetBinder<D extends DirectiveMeta> {
205 bind(target: Target<D>): BoundTarget<D>;
206}
207
208/**

Callers 15

binding_spec.tsFile · 0.65
newTrustedFunctionForJITFunction · 0.65
toSignalFunction · 0.65
takeUntilDestroyedFunction · 0.65
testingEffectFunction · 0.65
animation_spec.tsFile · 0.65
waitToScanMethod · 0.65
subscribeMethod · 0.65
createModelSignalFunction · 0.65
constructorFunction · 0.65
constructorMethod · 0.65

Implementers 1

R3TargetBinderpackages/compiler/src/render3/view/t2_

Calls

no outgoing calls

Tested by

no test coverage detected