Skip to content

Commit 03553c4

Browse files
bougwalthePunderWoman
authored andcommitted
docs: broken HammerLoader reference fix (angular#55836)
*Fixing broken documentation reference to HammerLoader in HammerLoaderInjectionToken page PR Close angular#55836
1 parent a6a1b79 commit 03553c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/platform-browser/src/dom/events/hammer_gestures.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ export const HAMMER_GESTURE_CONFIG = new InjectionToken<HammerGestureConfig>('Ha
7878
export type HammerLoader = () => Promise<void>;
7979

8080
/**
81-
* Injection token used to provide a {@link HammerLoader} to Angular.
81+
* Injection token used to provide a HammerLoader to Angular.
82+
*
83+
* @see {@link HammerLoader}
8284
*
8385
* @publicApi
8486
*/

0 commit comments

Comments
 (0)