This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

HammerLoader

Function that loads HammerJS, returning a promise that is resolved once HammerJs is loaded.

type HammerLoader = () => Promise<void>;
      
      type HammerLoader = () => Promise<void>;