File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ export {ScrollDispatcher} from './overlay/scroll/scroll-dispatcher';
55
55
56
56
// Gestures
57
57
export { GestureConfig } from './gestures/gesture-config' ;
58
- export * from './gestures/gesture-annotations' ;
58
+ // Explicitly specify the interfaces which should be re-exported, because if everything
59
+ // is re-exported, module bundlers may run into issues with treeshaking.
60
+ export { HammerInput , HammerManager } from './gestures/gesture-annotations' ;
59
61
60
62
// Ripple
61
63
export { MdRipple , MdRippleModule } from './ripple/ripple' ;
@@ -105,7 +107,7 @@ export * from './compatibility/default-mode';
105
107
// Animation
106
108
export * from './animation/animation' ;
107
109
108
- // Coersion
110
+ // Coercion
109
111
export { coerceBooleanProperty } from './coercion/boolean-property' ;
110
112
export { coerceNumberProperty } from './coercion/number-property' ;
111
113
You can’t perform that action at this time.
0 commit comments