angular/packages/forms/src
Matthieu Riegler daaf0fd2f6 refactor(core): Remove isObservable() in favor isSubscribable(). (#49295)
The private util `isObservable` was actually just testing the same thing as`isSubscribable()`. As the implementation is closer to the function's name, let's only keep ``isSubscribable`.

PR Close #49295
2023-03-08 17:58:19 +00:00
..
directives fix(forms): Make radio buttons respect [attr.disabled] (#48864) 2023-02-10 11:25:11 +01: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