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

Class InputComp

packages/core/test/acceptance/authoring/signal_inputs_spec.ts:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 it('should be possible to bind to an input', () => {
46 @Component({
47 selector: 'input-comp',
48 template: 'input:{{input()}}',
49 })
50 class InputComp {
51 input = input<number>();
52 }
53
54 @Component({
55 template: `<input-comp [input]="value" />`,

Callers

nothing calls this directly

Calls 4

ComponentInterface · 0.90
computedFunction · 0.90
inputFunction · 0.85
inputMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…