Pete Bacon Darwin
|
0a065bbdcf
|
docs(forms): migrate deprecated `@howToUse` tags (#23186)
In this case they have been converted to `@description` tags.
PR Close #23186
|
2018-04-05 09:27:29 -07:00 |
harunurhan
|
941e88ff79
|
feat(forms): multiple validators for array method (#20766)
Change array method signature so that array of validator and/or async
validatior functions can be passed.
Fixes #20665
PR Close #20766
|
2018-02-07 12:04:48 -08:00 |
Oussama Ben Brahim
|
170885c51b
|
fix(forms): allow FormBuilder to create controls with any formState type (#20917)
Align formState type in FormBuilder#control with FormControl#constructor
Fixes #20368
PR Close #20917
|
2018-01-25 22:17:43 -08:00 |
Miško Hevery
|
57bc245cb4
|
fix(forms): Update types for TypeScript nullability support
This reverts commit 6d930d2fc5 .
|
2017-04-18 12:07:33 -07:00 |
Tobias Bosch
|
6d930d2fc5
|
Revert "fix(forms): Update types for TypeScript nullability support"
This reverts commit 6649743a2d .
Broke in G3.
|
2017-04-17 09:56:09 -07:00 |
Miško Hevery
|
6649743a2d
|
fix(forms): Update types for TypeScript nullability support
This reverts commit 2e47a0d19f .
|
2017-04-14 15:10:26 -07:00 |
Tobias Bosch
|
2e47a0d19f
|
Revert "fix(forms): Update types for TypeScript nullability support (#15859)" (#15977)
This reverts commit 6a2e08d0a8 .
|
2017-04-13 18:03:42 -07:00 |
Miško Hevery
|
6a2e08d0a8
|
fix(forms): Update types for TypeScript nullability support (#15859)
|
2017-04-13 17:14:08 -07:00 |
Jason Aden
|
3e51a19983
|
refactor: move angular source to /packages rather than modules/@angular
|
2017-03-08 16:29:27 -08:00 |