angular/packages/forms/src
Alan Agius 349ff01c4b refactor: update code to be ES2022 compliant (#49332)
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 #49332
2023-03-22 14:00:19 -07:00
..
directives refactor: update code to be ES2022 compliant (#49332) 2023-03-22 14:00:19 -07:00
model docs: fix links on untyped forms (#49306) 2023-03-03 19:40:00 +00: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 isObservable() in favor isSubscribable(). (#49295) 2023-03-08 17:58:19 +00:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00