angular-cn/packages/forms/test
Hans Larsen 3e685f98c6 fix(forms): roll back breaking change with min/max directives
With 4.2, we introduced the min and max validator directives. This was actually a breaking change because their selectors could include custom value accessors using the min/max properties for their own purposes.

For now, we are rolling back the change by removing the exports. At the least, we should wait to add them until a major version. In the meantime, we will have further discussion about what the best solution is going forward for all validator directives.

Closes #17491.

----

PR #17551 tried to roll this back, but did not remove the dead code. This failed internal tests that were checking that all declared directives were used.
This PR rolls back the original PR and commit the same as #17551 while also removing the dead code.
2017-06-20 09:04:50 -07:00
..
directives_spec.ts fix(forms): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
form_array_spec.ts fix(forms): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
form_builder_spec.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
form_control_spec.ts fix(forms): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
form_group_spec.ts fix(forms): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
reactive_integration_spec.ts fix(forms): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
spies.ts build: fix file paths after moving modules/@angular/* to packages/* 2017-03-08 16:29:28 -08:00
template_integration_spec.ts fix(forms): roll back breaking change with min/max directives 2017-06-20 09:04:50 -07:00
validators_spec.ts fix(forms): fix min and max validator behavior on non-numbers 2017-06-08 13:59:17 -07:00