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

Function getInputBindingData

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

Source from the content-addressed store, hash-verified

12 * alias and input name will be returned.
13 */
14export function getInputBindingData(
15 doc: PropertyMemberDoc,
16 metadata: Map<string, any>,
17): PropertyBinding | undefined {
18 return getBindingPropertyData(doc, metadata, 'inputs', 'Input');
19}
20
21/**
22 * Detects whether the specified property member is an output. If the property is an output, the

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…