From 640b575769ba9416528b648d8cbaf47f6baa6bcd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:40:36 +0000 Subject: [PATCH 1/2] Initial plan From bde1a1e82a8651491eeeb1bf1b28052386cb6c84 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:41:50 +0000 Subject: [PATCH 2/2] Combine Angular 9-21 and Angular 22+ HammerModule notes into single actionable message --- .../src/content/en/components/general/update-guide.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/angular/src/content/en/components/general/update-guide.mdx b/docs/angular/src/content/en/components/general/update-guide.mdx index 8fc426575c..c616205e39 100644 --- a/docs/angular/src/content/en/components/general/update-guide.mdx +++ b/docs/angular/src/content/en/components/general/update-guide.mdx @@ -1342,10 +1342,9 @@ grid.getRowByIndex(0).expanded = false; ## From 8.x.x to 9.0.x -Due to a breaking change in Angular 9 Hammer providers are no longer implicitly added. -[please, refer to the following document for details:](https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes-9 ) +Due to a breaking change in Angular 9, Hammer providers are no longer implicitly added. [Please refer to the following document for details.](https://github.com/angular/angular/blob/master/CHANGELOG.md#breaking-changes-9) -> **Note** - As of Angular 22, `HammerModule` has been removed from `@angular/platform-browser`. If you are upgrading to Angular 22+, remove any `HammerModule` imports from your application. +> **Note** - If you are on **Angular 9–21**, you must explicitly import `HammerModule` from `@angular/platform-browser` in your application module. If you are on **Angular 22+**, `HammerModule` has been removed from `@angular/platform-browser` — remove any `HammerModule` imports from your application. Due to name changes made in some of the `Enumerations` we export, manual update is needed for their members. Here's a list of all changes made that require manual update: