Skip to content

Commit

Permalink
docs(gestures): update Animation references to Gesture
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jan 23, 2025
1 parent e2976ae commit 1071719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/utilities/gestures.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const gesture: Gesture = createGesture({
</TabItem>
<TabItem value="angular">
Developers using Angular should install the latest version of `@ionic/angular`. Animations can be created via the `GestureController` dependency injection.
Developers using Angular should install the latest version of `@ionic/angular`. Gestures can be created via the `GestureController` dependency injection.
By default, gesture callbacks do not run inside of NgZone. Developers can either set the `runInsideAngularZone` parameter to `true` when creating a gesture,
or they can wrap their callbacks in an `NgZone.run()` call.
Expand All @@ -95,7 +95,7 @@ constructor(private gestureCtrl: GestureController) {
</TabItem>
<TabItem value="angular-standalone">
Developers using Angular should install the latest version of `@ionic/angular`. Animations can be created via the `GestureController` dependency injection.
Developers using Angular should install the latest version of `@ionic/angular`. Gestures can be created via the `GestureController` dependency injection.
By default, gesture callbacks do not run inside of NgZone. Developers can either set the `runInsideAngularZone` parameter to `true` when creating a gesture,
or they can wrap their callbacks in an `NgZone.run()` call.
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v7/utilities/gestures.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const gesture: Gesture = createGesture({
</TabItem>
<TabItem value="angular">
Developers using Angular should install the latest version of `@ionic/angular`. Animations can be created via the `GestureController` dependency injection.
Developers using Angular should install the latest version of `@ionic/angular`. Gestures can be created via the `GestureController` dependency injection.
By default, gesture callbacks do not run inside of NgZone. Developers can either set the `runInsideAngularZone` parameter to `true` when creating a gesture,
or they can wrap their callbacks in an `NgZone.run()` call.
Expand All @@ -95,7 +95,7 @@ constructor(private gestureCtrl: GestureController) {
</TabItem>
<TabItem value="angular-standalone">
Developers using Angular should install the latest version of `@ionic/angular`. Animations can be created via the `GestureController` dependency injection.
Developers using Angular should install the latest version of `@ionic/angular`. Gestures can be created via the `GestureController` dependency injection.
By default, gesture callbacks do not run inside of NgZone. Developers can either set the `runInsideAngularZone` parameter to `true` when creating a gesture,
or they can wrap their callbacks in an `NgZone.run()` call.
Expand Down

0 comments on commit 1071719

Please sign in to comment.