angular/packages/common/src
Payam Shahidi 38c03a2035 feat(common): support years greater than 9999 (#43622)
Since According to ISO8601 the Year is minimum of 4 digits, we should support years greater than 9999. (This is similar to the change in input.js: e157d6fa69)
Changed /^(\d{4}) to /^(\d{4,})

PR Close #43622
2022-02-04 10:43:11 -08:00
..
directives feat(common): support NgModule as an input to the NgComponentOutlet (#44815) 2022-02-01 20:19:41 +00:00
i18n feat(common): support years greater than 9999 (#43622) 2022-02-04 10:43:11 -08:00
location refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
pipes build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00
common.ts feat(common): add injection token for default date pipe timezone (#43611) 2021-10-06 13:53:09 -07:00
common_module.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
cookie.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
dom_adapter.ts perf(common): remove unused methods from DomAdapter (#41102) 2021-03-10 11:48:24 -08:00
dom_tokens.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
errors.ts refactor(common): make the error messages tree shakable (#44663) 2022-01-18 10:31:44 -08:00
platform_id.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
private_export.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
version.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
viewport_scroller.ts refactor(common): unused return value from attemptFocus (#44457) 2022-01-21 13:11:30 -08:00
xhr.ts fix(platform-browser): configure XhrFactory to use BrowserXhr (#41313) 2021-03-29 15:14:16 -07:00