Revert "feat(platform-browser): fix #19604, can config hammerOptions (#21979)"

This reverts commit fdbfd21bcd.
This commit is contained in:
Victor Berchet
2018-02-21 16:44:34 -08:00
parent ee91de9d5a
commit 6460ac0add
2 changed files with 1 additions and 20 deletions

View File

@ -53,16 +53,6 @@ export declare const HAMMER_GESTURE_CONFIG: InjectionToken<HammerGestureConfig>;
/** @experimental */
export declare class HammerGestureConfig {
events: string[];
options?: {
cssProps?: any;
domEvents?: boolean;
enable?: boolean | ((manager: any) => boolean);
preset?: any[];
touchAction?: string;
recognizers?: any[];
inputClass?: any;
inputTarget?: EventTarget;
};
overrides: {
[key: string]: Object;
};