mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The `pending` getter in `AbstractControl` used loose equality (`==`) while all other status getters (`valid`, `invalid`, `disabled`) use strict equality (`===`). Both sides are strings so behavior is identical, but this inconsistency would fail strict linting rules. |
||
|---|---|---|
| .. | ||
| abstract_model.ts | ||
| form_array.ts | ||
| form_control.ts | ||
| form_group.ts | ||