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. |
||
|---|---|---|
| .. | ||
| directives | ||
| model | ||
| directives.ts | ||
| errors.ts | ||
| form_builder.ts | ||
| form_providers.ts | ||
| forms.ts | ||
| util.ts | ||
| validators.ts | ||
| version.ts | ||