angular/packages/forms/src/directives
Matthieu Riegler e9b9fd4579 refactor(forms): Use the Writable type when overwriting readonly properties. (#49754)
The `Writable` type is usefull when we want overwrite readonly properties and we still want to maintain code navigation/reference. It should be use instead of `any` type assertions for example.

PR Close #49754
2023-09-22 10:02:13 -07:00
..
reactive_directives refactor(forms): Use the Writable type when overwriting readonly properties. (#49754) 2023-09-22 10:02:13 -07:00
abstract_control_directive.ts docs: remove duplicate words. (#51215) 2023-08-01 12:08:33 -07: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): replace type any for the providers (#48647) 2023-01-11 15:01:57 -08: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 docs: fix see also links. (#51379) 2023-08-17 10:18:33 -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 refactor(forms): Use the Writable type when overwriting readonly properties. (#49754) 2023-09-22 10:02:13 -07:00
ng_form.ts refactor(forms): Use the Writable type when overwriting readonly properties. (#49754) 2023-09-22 10:02:13 -07:00
ng_model.ts docs(forms): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
ng_model_group.ts refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -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): replace type any for the providers (#48647) 2023-01-11 15:01:57 -08:00
radio_control_value_accessor.ts docs: fix typos (#51201) 2023-08-01 12:04:31 -07:00
range_value_accessor.ts refactor(forms): replace type any for the providers (#48647) 2023-01-11 15:01:57 -08:00
reactive_errors.ts refactor: improve disabled attribute warning (#47041) 2022-08-08 11:33:52 -07:00
select_control_value_accessor.ts docs(forms): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
select_multiple_control_value_accessor.ts docs(forms): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02:00
shared.ts docs(forms): Make links out of @see tags (#50110) 2023-06-14 10:54:38 +02: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 feat(core): add ability to transform input values (#50420) 2023-05-30 13:01:13 -07:00