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

Method getInputValue

packages/elements/src/element-strategy.ts:32–32  ·  view source on GitHub ↗
(propName: string)

Source from the content-addressed store, hash-verified

30 connect(element: HTMLElement): void;
31 disconnect(): void;
32 getInputValue(propName: string): any;
33 setInputValue(propName: string, value: string, transform?: (value: any) => any): void;
34}
35

Callers 3

getFunction · 0.65

Implementers 2

TestStrategypackages/elements/test/create-custom-e
ComponentNgElementStrategypackages/elements/src/component-factor

Calls

no outgoing calls

Tested by

no test coverage detected