v22.0.1
fix(common): escape CSS string-terminating characters in escapeCssUrl
fix(common): prevent prototype pollution in formatDateTime
fix(common): only strip a literal /index.html suffix from URLs
refactor(common): Add token to indicate whether precommit handler is supported
refactor: replace `any` with stricter types in common and core
feat(common): Add experimental support for the Navigation API (#63406)
refactor: update license text to point to angular.dev (#57901)
refactor: remove unnecessary TSLint rule flags (#59365)
build: add a noDuplicateEnumValue rule (#63483)
refactor(core): mark `VERSION` as `@__PURE__` for better tree-shaking
fix(common): prevent focus from scrollToAnchor
refactor(core): use the `@Service` decorator where possible.