mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: broken HammerLoader reference fix (#55836)
*Fixing broken documentation reference to HammerLoader in HammerLoaderInjectionToken page PR Close #55836
This commit is contained in:
parent
0016849ca1
commit
0fbcd6ed28
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue