How to use the @angular/platform-browser/src/dom/events/hammer_gestures.HAMMER_GESTURE_CONFIG 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 VadimDez / ng2-pdf-viewer / build / lib / @angular / platform-browser / testing / browser.ngfactory.ts View on Github external
if ((token === import2.CommonModule)) { return this._CommonModule_0; }
    if ((token === import3.ApplicationModule)) { return this._ApplicationModule_1; }
    if ((token === import4.BrowserModule)) { return this._BrowserModule_2; }
    if ((token === import1.BrowserTestingModule)) { return this._BrowserTestingModule_3; }
    if ((token === import24.LOCALE_ID)) { return this._LOCALE_ID_4; }
    if ((token === import5.NgLocalization)) { return this._NgLocalization_5; }
    if ((token === import25.NgZone)) { return this._NgZone_6; }
    if ((token === import26.ErrorHandler)) { return this._ErrorHandler_7; }
    if ((token === import6.ApplicationInitStatus)) { return this._ApplicationInitStatus_8; }
    if ((token === import7.Testability)) { return this._Testability_9; }
    if ((token === import8.ApplicationRef_)) { return this._ApplicationRef__10; }
    if ((token === import8.ApplicationRef)) { return this._ApplicationRef_11; }
    if ((token === import9.Compiler)) { return this._Compiler_12; }
    if ((token === import27.APP_ID)) { return this._APP_ID_13; }
    if ((token === import28.DOCUMENT)) { return this._DOCUMENT_14; }
    if ((token === import10.HAMMER_GESTURE_CONFIG)) { return this._HAMMER_GESTURE_CONFIG_15; }
    if ((token === import11.EVENT_MANAGER_PLUGINS)) { return this._EVENT_MANAGER_PLUGINS_16; }
    if ((token === import11.EventManager)) { return this._EventManager_17; }
    if ((token === import12.DomSharedStylesHost)) { return this._DomSharedStylesHost_18; }
    if ((token === import20.AnimationDriver)) { return this._AnimationDriver_19; }
    if ((token === import13.DomRootRenderer)) { return this._DomRootRenderer_20; }
    if ((token === import29.RootRenderer)) { return this._RootRenderer_21; }
    if ((token === import14.DomSanitizer)) { return this._DomSanitizer_22; }
    if ((token === import30.Sanitizer)) { return this._Sanitizer_23; }
    if ((token === import15.ViewUtils)) { return this._ViewUtils_24; }
    if ((token === import31.IterableDiffers)) { return this._IterableDiffers_25; }
    if ((token === import32.KeyValueDiffers)) { return this._KeyValueDiffers_26; }
    if ((token === import12.SharedStylesHost)) { return this._SharedStylesHost_27; }
    if ((token === import16.Title)) { return this._Title_28; }
    return notFoundResult;
  }
  destroyInternal():void {
github paulo-coutinho / goci / web-app / ngfactory / node_modules / @angular / platform-browser / src / browser.ngfactory.ts View on Github external
getInternal(token:any,notFoundResult:any):any {
    if ((token === import2.CommonModule)) { return this._CommonModule_0; }
    if ((token === import3.ApplicationModule)) { return this._ApplicationModule_1; }
    if ((token === import1.BrowserModule)) { return this._BrowserModule_2; }
    if ((token === import23.LOCALE_ID)) { return this._LOCALE_ID_3; }
    if ((token === import4.NgLocalization)) { return this._NgLocalization_4; }
    if ((token === import24.ErrorHandler)) { return this._ErrorHandler_5; }
    if ((token === import5.ApplicationInitStatus)) { return this._ApplicationInitStatus_6; }
    if ((token === import6.Testability)) { return this._Testability_7; }
    if ((token === import7.ApplicationRef_)) { return this._ApplicationRef__8; }
    if ((token === import7.ApplicationRef)) { return this._ApplicationRef_9; }
    if ((token === import8.Compiler)) { return this._Compiler_10; }
    if ((token === import17.APP_ID)) { return this._APP_ID_11; }
    if ((token === import25.DOCUMENT)) { return this._DOCUMENT_12; }
    if ((token === import9.HAMMER_GESTURE_CONFIG)) { return this._HAMMER_GESTURE_CONFIG_13; }
    if ((token === import10.EVENT_MANAGER_PLUGINS)) { return this._EVENT_MANAGER_PLUGINS_14; }
    if ((token === import10.EventManager)) { return this._EventManager_15; }
    if ((token === import11.DomSharedStylesHost)) { return this._DomSharedStylesHost_16; }
    if ((token === import26.AnimationDriver)) { return this._AnimationDriver_17; }
    if ((token === import12.DomRootRenderer)) { return this._DomRootRenderer_18; }
    if ((token === import27.RootRenderer)) { return this._RootRenderer_19; }
    if ((token === import13.DomSanitizer)) { return this._DomSanitizer_20; }
    if ((token === import28.Sanitizer)) { return this._Sanitizer_21; }
    if ((token === import14.ViewUtils)) { return this._ViewUtils_22; }
    if ((token === import29.IterableDiffers)) { return this._IterableDiffers_23; }
    if ((token === import30.KeyValueDiffers)) { return this._KeyValueDiffers_24; }
    if ((token === import11.SharedStylesHost)) { return this._SharedStylesHost_25; }
    if ((token === import15.Title)) { return this._Title_26; }
    return notFoundResult;
  }
  destroyInternal():void {
github ionic-team / ionic-site / docs / v2 / demos / src / loading / app.module.ngfactory.js View on Github external
if ((token === import13.ApplicationRef_)) {
            return this._ApplicationRef__26;
        }
        if ((token === import13.ApplicationRef)) {
            return this._ApplicationRef_27;
        }
        if ((token === import14.Compiler)) {
            return this._Compiler_28;
        }
        if ((token === import55.APP_ID)) {
            return this._APP_ID_29;
        }
        if ((token === import75.DOCUMENT)) {
            return this._DOCUMENT_30;
        }
        if ((token === import58.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_31;
        }
        if ((token === import16.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_32;
        }
        if ((token === import16.EventManager)) {
            return this._EventManager_33;
        }
        if ((token === import17.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_34;
        }
        if ((token === import76.AnimationDriver)) {
            return this._AnimationDriver_35;
        }
        if ((token === import18.DomRootRenderer)) {
            return this._DomRootRenderer_36;
github ionic-team / ionic-site / content / docs / v2 / demos / src / infinite-scroll / app.module.ngfactory.js View on Github external
if ((token === import16.ApplicationRef_)) {
            return this._ApplicationRef__29;
        }
        if ((token === import16.ApplicationRef)) {
            return this._ApplicationRef_30;
        }
        if ((token === import17.Compiler)) {
            return this._Compiler_31;
        }
        if ((token === import54.APP_ID)) {
            return this._APP_ID_32;
        }
        if ((token === import73.DOCUMENT)) {
            return this._DOCUMENT_33;
        }
        if ((token === import57.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_34;
        }
        if ((token === import19.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_35;
        }
        if ((token === import19.EventManager)) {
            return this._EventManager_36;
        }
        if ((token === import20.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_37;
        }
        if ((token === import74.AnimationDriver)) {
            return this._AnimationDriver_38;
        }
        if ((token === import21.DomRootRenderer)) {
            return this._DomRootRenderer_39;
github ionic-team / ionic-site / content / docs / v2 / demos / src / tabs / app.module.ngfactory.js View on Github external
if ((token === import16.ApplicationRef_)) {
            return this._ApplicationRef__29;
        }
        if ((token === import16.ApplicationRef)) {
            return this._ApplicationRef_30;
        }
        if ((token === import17.Compiler)) {
            return this._Compiler_31;
        }
        if ((token === import54.APP_ID)) {
            return this._APP_ID_32;
        }
        if ((token === import73.DOCUMENT)) {
            return this._DOCUMENT_33;
        }
        if ((token === import57.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_34;
        }
        if ((token === import19.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_35;
        }
        if ((token === import19.EventManager)) {
            return this._EventManager_36;
        }
        if ((token === import20.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_37;
        }
        if ((token === import74.AnimationDriver)) {
            return this._AnimationDriver_38;
        }
        if ((token === import21.DomRootRenderer)) {
            return this._DomRootRenderer_39;
github ionic-team / ionic-site / content / docs / v2 / demos / src / toast / app.module.ngfactory.js View on Github external
if ((token === import16.ApplicationRef_)) {
            return this._ApplicationRef__29;
        }
        if ((token === import16.ApplicationRef)) {
            return this._ApplicationRef_30;
        }
        if ((token === import17.Compiler)) {
            return this._Compiler_31;
        }
        if ((token === import54.APP_ID)) {
            return this._APP_ID_32;
        }
        if ((token === import73.DOCUMENT)) {
            return this._DOCUMENT_33;
        }
        if ((token === import57.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_34;
        }
        if ((token === import19.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_35;
        }
        if ((token === import19.EventManager)) {
            return this._EventManager_36;
        }
        if ((token === import20.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_37;
        }
        if ((token === import74.AnimationDriver)) {
            return this._AnimationDriver_38;
        }
        if ((token === import21.DomRootRenderer)) {
            return this._DomRootRenderer_39;
github ionic-team / ionic-site / content / docs / v2 / demos / src / show-when / app.module.ngfactory.js View on Github external
if ((token === import16.ApplicationRef_)) {
            return this._ApplicationRef__29;
        }
        if ((token === import16.ApplicationRef)) {
            return this._ApplicationRef_30;
        }
        if ((token === import17.Compiler)) {
            return this._Compiler_31;
        }
        if ((token === import54.APP_ID)) {
            return this._APP_ID_32;
        }
        if ((token === import73.DOCUMENT)) {
            return this._DOCUMENT_33;
        }
        if ((token === import57.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_34;
        }
        if ((token === import19.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_35;
        }
        if ((token === import19.EventManager)) {
            return this._EventManager_36;
        }
        if ((token === import20.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_37;
        }
        if ((token === import74.AnimationDriver)) {
            return this._AnimationDriver_38;
        }
        if ((token === import21.DomRootRenderer)) {
            return this._DomRootRenderer_39;
github ionicthemes / ionic2-socialsharing-with-deeplinking-example / .tmp / app / app.module.ngfactory.ts View on Github external
if ((token === import73.UserAgentToken)) { return this._UserAgentToken_16; }
    if ((token === import73.NavigatorPlatformToken)) { return this._NavigatorPlatformToken_17; }
    if ((token === import73.DocumentDirToken)) { return this._DocumentDirToken_18; }
    if ((token === import73.DocLangToken)) { return this._DocLangToken_19; }
    if ((token === import73.Platform)) { return this._Platform_20; }
    if ((token === import74.Config)) { return this._Config_21; }
    if ((token === import10.App)) { return this._App_22; }
    if ((token === import11.APP_INITIALIZER)) { return this._APP_INITIALIZER_23; }
    if ((token === import11.ApplicationInitStatus)) { return this._ApplicationInitStatus_24; }
    if ((token === import12.Testability)) { return this._Testability_25; }
    if ((token === import13.ApplicationRef_)) { return this._ApplicationRef__26; }
    if ((token === import13.ApplicationRef)) { return this._ApplicationRef_27; }
    if ((token === import14.Compiler)) { return this._Compiler_28; }
    if ((token === import60.APP_ID)) { return this._APP_ID_29; }
    if ((token === import80.DOCUMENT)) { return this._DOCUMENT_30; }
    if ((token === import63.HAMMER_GESTURE_CONFIG)) { return this._HAMMER_GESTURE_CONFIG_31; }
    if ((token === import16.EVENT_MANAGER_PLUGINS)) { return this._EVENT_MANAGER_PLUGINS_32; }
    if ((token === import16.EventManager)) { return this._EventManager_33; }
    if ((token === import17.DomSharedStylesHost)) { return this._DomSharedStylesHost_34; }
    if ((token === import81.AnimationDriver)) { return this._AnimationDriver_35; }
    if ((token === import18.DomRootRenderer)) { return this._DomRootRenderer_36; }
    if ((token === import82.RootRenderer)) { return this._RootRenderer_37; }
    if ((token === import19.DomSanitizer)) { return this._DomSanitizer_38; }
    if ((token === import83.Sanitizer)) { return this._Sanitizer_39; }
    if ((token === import20.ViewUtils)) { return this._ViewUtils_40; }
    if ((token === import84.IterableDiffers)) { return this._IterableDiffers_41; }
    if ((token === import85.KeyValueDiffers)) { return this._KeyValueDiffers_42; }
    if ((token === import17.SharedStylesHost)) { return this._SharedStylesHost_43; }
    if ((token === import21.Title)) { return this._Title_44; }
    if ((token === import22.BrowserXhr)) { return this._BrowserXhr_45; }
    if ((token === import23.ResponseOptions)) { return this._ResponseOptions_46; }
    if ((token === import86.XSRFStrategy)) { return this._XSRFStrategy_47; }
github ionic-team / ionic-site / content / docs / v2 / demos / src / item-reorder / app.module.ngfactory.js View on Github external
if ((token === import16.ApplicationRef_)) {
            return this._ApplicationRef__29;
        }
        if ((token === import16.ApplicationRef)) {
            return this._ApplicationRef_30;
        }
        if ((token === import17.Compiler)) {
            return this._Compiler_31;
        }
        if ((token === import54.APP_ID)) {
            return this._APP_ID_32;
        }
        if ((token === import73.DOCUMENT)) {
            return this._DOCUMENT_33;
        }
        if ((token === import57.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_34;
        }
        if ((token === import19.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_35;
        }
        if ((token === import19.EventManager)) {
            return this._EventManager_36;
        }
        if ((token === import20.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_37;
        }
        if ((token === import74.AnimationDriver)) {
            return this._AnimationDriver_38;
        }
        if ((token === import21.DomRootRenderer)) {
            return this._DomRootRenderer_39;
github ionic-team / ionic-site / docs / v2 / demos / src / modal / app.module.ngfactory.js View on Github external
if ((token === import13.ApplicationRef_)) {
            return this._ApplicationRef__26;
        }
        if ((token === import13.ApplicationRef)) {
            return this._ApplicationRef_27;
        }
        if ((token === import14.Compiler)) {
            return this._Compiler_28;
        }
        if ((token === import55.APP_ID)) {
            return this._APP_ID_29;
        }
        if ((token === import75.DOCUMENT)) {
            return this._DOCUMENT_30;
        }
        if ((token === import58.HAMMER_GESTURE_CONFIG)) {
            return this._HAMMER_GESTURE_CONFIG_31;
        }
        if ((token === import16.EVENT_MANAGER_PLUGINS)) {
            return this._EVENT_MANAGER_PLUGINS_32;
        }
        if ((token === import16.EventManager)) {
            return this._EventManager_33;
        }
        if ((token === import17.DomSharedStylesHost)) {
            return this._DomSharedStylesHost_34;
        }
        if ((token === import76.AnimationDriver)) {
            return this._AnimationDriver_35;
        }
        if ((token === import18.DomRootRenderer)) {
            return this._DomRootRenderer_36;