MCPcopy Index your code
hub / github.com/angular/angular / bind

Method bind

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

Source from the content-addressed store, hash-verified

191 */
192export interface TargetBinder<D extends DirectiveMeta> {
193 bind(target: Target<D>): BoundTarget<D>;
194}
195
196/**

Callers 15

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

Implementers 1

R3TargetBinderpackages/compiler/src/render3/view/t2_

Calls

no outgoing calls

Tested by

no test coverage detected