angular/packages/forms/src/directives
crisbeto 0b1daa9ebd refactor(forms): remove ngForm element selector (#33058)
Removes the deprecated `ngForm` element selector and all of the code related to it.

BREAKING CHANGES:
* `<ngForm></ngForm>` can no longer be used as a selector. Use `<ng-form></ng-form>` instead.
* The `NgFromSelectorWarning` directive has been removed.
* `FormsModule.withConfig` has been removed. Use the `FormsModule` directly.

PR Close #33058
2019-10-11 15:43:56 -07:00
..
reactive_directives feat(forms): formGroupName and formArrayName also accepts a number (#32607) 2019-10-07 11:00:49 -07: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 refactor(forms): remove ngForm element selector (#33058) 2019-10-11 15:43:56 -07:00
ng_model.ts refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07: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 docs(forms): update API reference for validator directives (#26926) 2018-12-17 16:45:35 -08:00