angular-cn/packages/common/src/pipes
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
..
async_pipe.ts fix(common): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
case_conversion_pipes.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
date_pipe.ts fix(common): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
i18n_plural_pipe.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
i18n_select_pipe.ts fix(common): Update types for TypeScript nullability support 2017-04-10 15:26:33 -06:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
intl.ts fix: argument destructuring sometimes breaks strictNullChecks 2017-06-20 12:56:08 -07:00
invalid_pipe_argument_error.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
json_pipe.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
number_pipe.ts docs(aio): update headers for toc (#16969) 2017-05-26 13:28:06 -06:00
slice_pipe.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00