How to use the @angular/platform-browser/src/dom/events/hammer_gestures.HammerGesturesPlugin function in @angular/platform-browser

To help you get started, we’ve selected a few @angular/platform-browser examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ionic-team / ionic-site / content / docs / v2 / demos / src / chip / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_35 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_35 = [
                    new import55.DomEventsPlugin(),
                    new import56.KeyEventsPlugin(),
                    new import57.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_34)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_35;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / events / app.module.ngfactory.ts View on Github external
get _EVENT_MANAGER_PLUGINS_32():any[] {
    if ((this.__EVENT_MANAGER_PLUGINS_32 == (null as any))) { (this.__EVENT_MANAGER_PLUGINS_32 = [
      new import56.DomEventsPlugin(),
      new import57.KeyEventsPlugin(),
      new import58.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_31)
    ]
    ); }
    return this.__EVENT_MANAGER_PLUGINS_32;
  }
  get _EventManager_33():import16.EventManager {
github ionic-team / ionic-site / content / docs / v2 / demos / src / icon / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_35 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_35 = [
                    new import55.DomEventsPlugin(),
                    new import56.KeyEventsPlugin(),
                    new import57.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_34)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_35;
        },
        enumerable: true,
github ionic-team / ionic-site / content / docs / v2 / demos / src / segment / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_35 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_35 = [
                    new import55.DomEventsPlugin(),
                    new import56.KeyEventsPlugin(),
                    new import57.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_34)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_35;
        },
        enumerable: true,
github ionic-team / ionic-site / content / docs / v2 / demos / src / toast / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_35 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_35 = [
                    new import55.DomEventsPlugin(),
                    new import56.KeyEventsPlugin(),
                    new import57.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_34)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_35;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / tabs / app.module.ngfactory.ts View on Github external
get _EVENT_MANAGER_PLUGINS_32():any[] {
    if ((this.__EVENT_MANAGER_PLUGINS_32 == (null as any))) { (this.__EVENT_MANAGER_PLUGINS_32 = [
      new import56.DomEventsPlugin(),
      new import57.KeyEventsPlugin(),
      new import58.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_31)
    ]
    ); }
    return this.__EVENT_MANAGER_PLUGINS_32;
  }
  get _EventManager_33():import16.EventManager {
github ionic-team / ionic-site / content / docs / v2 / demos / src / input / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_35 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_35 = [
                    new import55.DomEventsPlugin(),
                    new import56.KeyEventsPlugin(),
                    new import57.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_34)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_35;
        },
        enumerable: true,
github ionic-team / ionic-site / docs / v2 / demos / src / events / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_32 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_32 = [
                    new import56.DomEventsPlugin(),
                    new import57.KeyEventsPlugin(),
                    new import58.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_31)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_32;
        },
        enumerable: true,
github ionic-team / ionic-site / content / docs / v2 / demos / src / tabs / app.module.ngfactory.js View on Github external
get: function () {
            if ((this.__EVENT_MANAGER_PLUGINS_35 == null)) {
                (this.__EVENT_MANAGER_PLUGINS_35 = [
                    new import55.DomEventsPlugin(),
                    new import56.KeyEventsPlugin(),
                    new import57.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_34)
                ]);
            }
            return this.__EVENT_MANAGER_PLUGINS_35;
        },
        enumerable: true,
github blacksonic / angular2-aot-webpack / src / app / modules / main.module.ngfactory.ts View on Github external
get _EVENT_MANAGER_PLUGINS_15():any[] {
    if ((this.__EVENT_MANAGER_PLUGINS_15 == null)) { (this.__EVENT_MANAGER_PLUGINS_15 = [
      new import20.DomEventsPlugin(),
      new import21.KeyEventsPlugin(),
      new import10.HammerGesturesPlugin(this._HAMMER_GESTURE_CONFIG_14)
    ]
    ); }
    return this.__EVENT_MANAGER_PLUGINS_15;
  }
  get _EventManager_16():import11.EventManager {