Skip to content

Commit

Permalink
docs: broken HammerLoader reference fix (#55836)
Browse files Browse the repository at this point in the history
*Fixing broken documentation reference to HammerLoader in HammerLoaderInjectionToken page

PR Close #55836
  • Loading branch information
Bouguima, Walid authored and thePunderWoman committed Jul 30, 2024
1 parent a6a1b79 commit 03553c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/platform-browser/src/dom/events/hammer_gestures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ export const HAMMER_GESTURE_CONFIG = new InjectionToken<HammerGestureConfig>('Ha
export type HammerLoader = () => Promise<void>;

/**
* Injection token used to provide a {@link HammerLoader} to Angular.
* Injection token used to provide a HammerLoader to Angular.
*
* @see {@link HammerLoader}
*
* @publicApi
*/
Expand Down

0 comments on commit 03553c4

Please sign in to comment.