angular/packages/common/test
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 feat(common): add historyGo method to Location service (#38890) 2021-04-06 09:25:58 -07:00
pipes refactor(common): make the error messages tree shakable (#44663) 2022-01-18 10:31:44 -08:00
BUILD.bazel build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
cookie_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00
viewport_scroller_spec.ts test: clean up internal testing utilities (#42177) 2021-05-26 20:07:25 +00:00