We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a1b79 commit 03553c4Copy full SHA for 03553c4
packages/platform-browser/src/dom/events/hammer_gestures.ts
@@ -78,7 +78,9 @@ export const HAMMER_GESTURE_CONFIG = new InjectionToken<HammerGestureConfig>('Ha
78
export type HammerLoader = () => Promise<void>;
79
80
/**
81
- * Injection token used to provide a {@link HammerLoader} to Angular.
+ * Injection token used to provide a HammerLoader to Angular.
82
+ *
83
+ * @see {@link HammerLoader}
84
*
85
* @publicApi
86
*/
0 commit comments