MCPcopy Create free account
hub / github.com/angular/angular / input

Method input

packages/core/test/acceptance/change_detection_spec.ts:390–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

388 constructor(private cdr: ChangeDetectorRef) {}
389
390 get input() {
391 return this._input;
392 }
393
394 set input(value: number) {
395 this._input = value;

Callers 9

constructorMethod · 0.80
constructorMethod · 0.80
InputCompClass · 0.80
constructorMethod · 0.80
focusMethod · 0.80
constructorMethod · 0.80
focusMethod · 0.80
clearFilterMethod · 0.80

Calls 1

detectChangesMethod · 0.45

Tested by 2

focusMethod · 0.64
constructorMethod · 0.64