Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
192
export
interface
TargetBinder<D extends DirectiveMeta> {
193
bind(target: Target<D>): BoundTarget<D>;
194
}
195
196
/**
Callers
15
binding_spec.ts
File · 0.65
newTrustedFunctionForJIT
Function · 0.65
toSignal
Function · 0.65
takeUntilDestroyed
Function · 0.65
testingEffect
Function · 0.65
waitToScan
Method · 0.65
subscribe
Method · 0.65
createModelSignal
Function · 0.65
constructor
Function · 0.65
constructor
Method · 0.65
upgradeLinkedSignalGetter
Function · 0.65
signal
Function · 0.65
Implementers
1
R3TargetBinder
packages/compiler/src/render3/view/t2_
Calls
no outgoing calls
Tested by
no test coverage detected