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

Method field

packages/core/test/linker/integration_spec.ts:2342–2345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2340 noop() {}
2341
2342 get field() {
2343 this.numberOfChecks++;
2344 return 'fixed';
2345 }
2346}
2347
2348@Component({

Callers 14

FormFieldClass · 0.45
valueMethod · 0.45
validMethod · 0.45
invalidMethod · 0.45
pendingMethod · 0.45
disabledMethod · 0.45
enabledMethod · 0.45
errorsMethod · 0.45
pristineMethod · 0.45
dirtyMethod · 0.45
touchedMethod · 0.45
untouchedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected