填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

HammerModule

添加了对 HammerJS 的支持。

Adds support for HammerJS.

查看"说明"...

      
      class HammerModule {
}
    

说明

将此模块导入应用程序的根模块,以便 Angular 可以与 HammerJS 一起使用以检测手势事件。

Import this module at the root of your application so that Angular can work with HammerJS to detect gesture events.

请注意,应用程序仍需要包含 HammerJS 脚本本身。该模块只是在 HammerJS 和 Angular 的 EventManager 之间建立了一个协调层。

Note that applications still need to include the HammerJS script itself. This module simply sets up the coordination layer between HammerJS and Angular's EventManager.

提供商

提供商
      
      HAMMER_PROVIDERS__PRE_R3__