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

Function tcbEventHandlerExpression

packages/compiler/src/typecheck/ops/events.ts:37–40  ·  view source on GitHub ↗
(ast: AST, tcb: Context, scope: Scope)

Source from the content-addressed store, hash-verified

35 * bindings.
36 */
37export function tcbEventHandlerExpression(ast: AST, tcb: Context, scope: Scope): TcbExpr {
38 const translator = new TcbEventHandlerTranslator(tcb, scope);
39 return translator.translate(ast);
40}
41
42/**
43 * A `TcbOp` which generates code to check event bindings on an element that correspond with the

Callers 1

tcbCreateEventHandlerFunction · 0.85

Calls 1

translateMethod · 0.65

Tested by

no test coverage detected