MCPcopy Index your code
hub / github.com/angular/components / getOutputBindingData

Function getOutputBindingData

tools/dgeni/common/property-bindings.ts:25–30  ·  view source on GitHub ↗
(
  doc: PropertyMemberDoc,
  metadata: Map<string, any>,
)

Source from the content-addressed store, hash-verified

23 * alias and output name will be returned.
24 */
25export function getOutputBindingData(
26 doc: PropertyMemberDoc,
27 metadata: Map<string, any>,
28): PropertyBinding | undefined {
29 return getBindingPropertyData(doc, metadata, 'outputs', 'Output');
30}
31
32/**
33 * Method that detects the specified type of property binding (either "output" or "input") from

Callers 1

_decoratePropertyDocMethod · 0.90

Calls 1

getBindingPropertyDataFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…