File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 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';
5555
5656// Gestures
5757export { 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' ;
5961
6062// Ripple
6163export { MdRipple , MdRippleModule } from './ripple/ripple' ;
@@ -105,7 +107,7 @@ export * from './compatibility/default-mode';
105107// Animation
106108export * from './animation/animation' ;
107109
108- // Coersion
110+ // Coercion
109111export { coerceBooleanProperty } from './coercion/boolean-property' ;
110112export { coerceNumberProperty } from './coercion/number-property' ;
111113
You can’t perform that action at this time.
0 commit comments