We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1288550 commit 7f15202Copy full SHA for 7f15202
src/components/slider/test-gesture-config.ts
@@ -1,11 +1,9 @@
1
import {Injectable} from '@angular/core';
2
-import {MdGestureConfig} from '../../core/gestures/MdGestureConfig';
3
-// import {MdGestureConfig} from '@angular2-material/core/gestures/MdGestureConfig';
+import {MdGestureConfig} from '@angular2-material/core/gestures/MdGestureConfig';
4
5
/**
6
* To test the dragging behavior on the slider, we need to be able to access the hammer instances
7
* to emit events for a drag.
8
- *
9
*/
10
@Injectable()
11
export class TestGestureConfig extends MdGestureConfig {
0 commit comments