angular/packages/forms/src
Alex Rickabaugh c59c390cdc fix: argument destructuring sometimes breaks strictNullChecks
Destructuring of the form:

function foo({a, b}: {a?, b?} = {})

breaks strictNullChecks, due to the TypeScript bug https://github.com/microsoft/typescript/issues/10078.
This change eliminates usage of destructuring in function argument lists in cases where it would leak
into the public API .d.ts.
2017-06-20 12:56:08 -07:00
..
directives fix(forms): roll back breaking change with min/max directives 2017-06-20 09:04:50 -07:00
directives.ts fix(forms): roll back breaking change with min/max directives 2017-06-20 09:04:50 -07:00
form_builder.ts fix(forms): Update types for TypeScript nullability support 2017-04-18 12:07:33 -07:00
form_providers.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
forms.ts fix(forms): roll back breaking change with min/max directives 2017-06-20 09:04:50 -07:00
model.ts fix: argument destructuring sometimes breaks strictNullChecks 2017-06-20 12:56:08 -07:00
validators.ts fix(forms): fix min and max validator behavior on non-numbers 2017-06-08 13:59:17 -07:00
version.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00