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

Method input

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

Source from the content-addressed store, hash-verified

400 constructor(private cdr: ChangeDetectorRef) {}
401
402 get input() {
403 return this._input;
404 }
405
406 set input(value: number) {
407 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