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: