angular/packages/forms/src/directives
Kara Erickson 939e2f76f6 docs(forms): remove outdated ngForm selector deprecation notice (#35435)
In https://github.com/angular/angular/pull/33058, we removed support
for the `ngForm` selector in the NgForm directive. We deleted most
of the deprecation notices in that PR, but we missed a paragraph
of documentation in the API docs for NgForm.

This commit removes the outdated paragraph that makes it seem like
the selector is still around and deprecated (as opposed to removed),
as it might confuse users.

PR Close #35435
2020-02-14 15:34:00 -08:00
..
reactive_directives docs(forms): Add a missing space (#33352) 2019-10-31 23:46:54 +00:00
abstract_control_directive.ts fix(forms): match getError and hasError to get method signature (#20211) 2019-01-03 10:16:06 -08:00
abstract_form_group_directive.ts feat(forms): formGroupName and formArrayName also accepts a number (#32607) 2019-10-07 11:00:49 -07:00
checkbox_value_accessor.ts docs(forms): update API reference for value accessors (#26946) 2018-11-12 12:48:33 -08:00
control_container.ts feat(forms): formGroupName and formArrayName also accepts a number (#32607) 2019-10-07 11:00:49 -07:00
control_value_accessor.ts docs(forms): fix ControlValueAccessor registerOnChange code example (#30276) 2019-05-06 09:27:12 -07:00
default_value_accessor.ts refactor: Move dom_adapter.ts to @angular/common (#32154) 2019-08-29 21:51:56 -07:00
error_examples.ts docs(common): update ngFor docs to new as syntax (#15166) 2017-03-22 17:18:22 -07:00
form_interface.ts docs: update forms with @publicApi tags (#26595) 2018-10-19 14:35:53 -07:00
ng_control.ts feat(forms): formControlName also accepts a number (#30606) 2019-08-13 14:21:25 -07:00
ng_control_status.ts docs(forms): update API reference for common APIs and template-driven directives (#27033) 2018-11-29 21:33:07 -08:00
ng_form.ts docs(forms): remove outdated ngForm selector deprecation notice (#35435) 2020-02-14 15:34:00 -08:00
ng_model.ts fix(forms): disabled input acceptance member not properly applied (#34502) 2020-01-09 15:12:09 -08:00
ng_model_group.ts docs(forms): update API reference for common APIs and template-driven directives (#27033) 2018-11-29 21:33:07 -08:00
ng_no_validate_directive.ts build: enable bundle_dts for forms package (#28854) 2019-03-05 11:39:16 -08:00
normalize_validator.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
number_value_accessor.ts feat(forms): export NumberValueAccessor & RangeValueAccessor directives (#27743) 2019-01-08 16:36:18 -08:00
radio_control_value_accessor.ts docs(forms): correct parameter names in jsdoc (#32530) 2019-09-09 15:55:42 -04:00
range_value_accessor.ts feat(forms): export NumberValueAccessor & RangeValueAccessor directives (#27743) 2019-01-08 16:36:18 -08:00
reactive_errors.ts refactor(forms): deprecate ngModel usage on same field as formControl (#22633) 2018-03-07 20:47:53 -08:00
select_control_value_accessor.ts docs(forms): update API reference for value accessors (#26946) 2018-11-12 12:48:33 -08:00
select_multiple_control_value_accessor.ts build: enable bundle_dts for forms package (#28854) 2019-03-05 11:39:16 -08:00
shared.ts feat(forms): formControlName also accepts a number (#30606) 2019-08-13 14:21:25 -07:00
template_driven_errors.ts refactor(forms): remove ngForm element selector (#33058) 2019-10-11 15:43:56 -07:00
validators.ts fix(forms): accept number length in length validators (#32057) 2020-01-14 14:55:33 -08:00