angular-cn/packages/common/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 docs(common): remove h1s from API docs 2017-05-11 08:15:19 +01:00
location fix(router): make remove trailing slash consistent with URL params 2017-05-31 14:35:47 -07:00
pipes fix: argument destructuring sometimes breaks strictNullChecks 2017-06-20 12:56:08 -07:00
common.ts feat(common): support `as` syntax in template/* bindings (#15025) 2017-03-14 20:46:29 -07:00
common_module.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
localization.ts fix(common): always use 'other' case for locales with no plural rules (#16990) 2017-05-30 10:46:36 -07:00
platform_id.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
version.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00