angular/packages/forms/src
Alan Agius 0f2937ef83 refactor: update code to be ES2022 compliant (#49559)
This commit updates parts of the FW to be ES2022 complaint.

These changes are needed to fix the following problems problems with using properties before they are initialized.

Example
```ts
class Foo {
   bar = this.buz;
   constructor(private buz: unknown){}
}
```

PR Close #49559
2023-03-23 08:18:45 -07:00
..
directives refactor: update code to be ES2022 compliant (#49559) 2023-03-23 08:18:45 -07:00
model refactor(core): Remove NG_DEV_MODE const (#49530) 2023-03-22 15:31:48 -07:00
directives.ts fix(forms): call setDisabledState on ControlValueAcessor when control is enabled (#47576) 2022-10-11 16:03:01 +00:00
errors.ts fix(forms): Improve a very commonly viewed error message by adding a guide. (#47969) 2022-11-07 16:00:06 -08:00
form_builder.ts docs: fix links on untyped forms (#49306) 2023-03-03 19:40:00 +00:00
form_providers.ts fix(forms): Form provider FormsModule.withConfig return a FormsModule (#48526) 2023-01-05 16:26:21 -08:00
forms.ts fix(forms): call setDisabledState on ControlValueAcessor when control is enabled (#47576) 2022-10-11 16:03:01 +00:00
util.ts refactor(forms): Split up model.ts. (#45217) 2022-03-01 19:49:31 +00:00
validators.ts refactor(core): Remove NG_DEV_MODE const (#49530) 2023-03-22 15:31:48 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00