We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcb93b commit c524438Copy full SHA for c524438
src/lib/core/ripple/index.ts
@@ -6,7 +6,7 @@ import {SCROLL_DISPATCHER_PROVIDER} from '../overlay/scroll/scroll-dispatcher';
6
7
export {MdRipple, RippleGlobalOptions, MD_RIPPLE_GLOBAL_OPTIONS} from './ripple';
8
export {RippleRef, RippleState} from './ripple-ref';
9
-export {RippleConfig} from './ripple-renderer';
+export {RippleConfig, RIPPLE_FADE_IN_DURATION, RIPPLE_FADE_OUT_DURATION} from './ripple-renderer';
10
11
@NgModule({
12
imports: [CompatibilityModule],
0 commit comments