angular/packages/forms/src/directives
Dylan Hunn 604cdb7307 fix(forms): Improve a very commonly viewed error message by adding a guide. (#47969)
[A Github issue](https://github.com/angular/angular/issues/43821) about an arcane-sounding Forms error is one of the repo's top-ten most visited pages. This converts the error to `RuntimeErrorCode` and adds a dedicated guide to explain how to solve it.

PR Close #47969
2022-11-07 16:00:06 -08:00
..
reactive_directives fix(forms): call setDisabledState on ControlValueAcessor when control is enabled (#47576) 2022-10-11 16:03:01 +00:00
abstract_control_directive.ts refactor(forms): Split up model.ts. (#45217) 2022-03-01 19:49:31 +00:00
abstract_form_group_directive.ts refactor(forms): Split up model.ts. (#45217) 2022-03-01 19:49:31 +00:00
checkbox_value_accessor.ts refactor(forms): add base class for all built-in ControlValueAccessors (#41225) 2021-04-08 10:24:10 -07:00
control_container.ts feat(forms): Implement strict types for the Angular Forms package. (#43834) 2022-04-12 17:37:04 +00:00
control_value_accessor.ts ci: add lint error for files with missing trailing new-line (#42478) 2021-06-04 13:31:03 -07:00
default_value_accessor.ts refactor(forms): add base class for all built-in ControlValueAccessors (#41225) 2021-04-08 10:24:10 -07:00
error_examples.ts refactor(forms): make error messages easier to tree shake (#43223) 2021-08-26 10:05:36 -07:00
form_interface.ts refactor(forms): Split up model.ts. (#45217) 2022-03-01 19:49:31 +00:00
ng_control.ts refactor(forms): move common validators-related logic to the AbstractControlDirective class (#38280) 2020-10-28 09:48:20 -07:00
ng_control_status.ts fix(forms): Property renaming safe code (#45271) 2022-03-07 11:33:54 -08:00
ng_form.ts fix(forms): call setDisabledState on ControlValueAcessor when control is enabled (#47576) 2022-10-11 16:03:01 +00:00
ng_model.ts fix(forms): call setDisabledState on ControlValueAcessor when control is enabled (#47576) 2022-10-11 16:03:01 +00:00
ng_model_group.ts refactor(forms): make error messages easier to tree shake (#43223) 2021-08-26 10:05:36 -07:00
ng_no_validate_directive.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
number_value_accessor.ts refactor(forms): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:16 -07:00
radio_control_value_accessor.ts fix(forms): Move all remaining errors in Forms to use RuntimeErrorCode. (#46654) 2022-07-06 09:49:39 -07:00
range_value_accessor.ts refactor(forms): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:16 -07:00
reactive_errors.ts refactor: improve disabled attribute warning (#47041) 2022-08-08 11:33:52 -07:00
select_control_value_accessor.ts fix(forms): Move all remaining errors in Forms to use RuntimeErrorCode. (#46654) 2022-07-06 09:49:39 -07:00
select_multiple_control_value_accessor.ts fix(forms): Move all remaining errors in Forms to use RuntimeErrorCode. (#46654) 2022-07-06 09:49:39 -07:00
shared.ts fix(forms): Improve a very commonly viewed error message by adding a guide. (#47969) 2022-11-07 16:00:06 -08:00
template_driven_errors.ts fix(forms): Move all remaining errors in Forms to use RuntimeErrorCode. (#46654) 2022-07-06 09:49:39 -07:00
validators.ts refactor(forms): Split up model.ts. (#45217) 2022-03-01 19:49:31 +00:00