Skip to content

Commit c524438

Browse files
mertdeg2jelbourn
authored andcommitted
chore: export ripple timing constants (#3650)
Exports RIPPLE_FADE_IN_DURATION and RIPPLE_FADE_OUT_DURATION so that they can be used by users with `fakeAsync` in unit tests
1 parent 7fcb93b commit c524438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/ripple/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {SCROLL_DISPATCHER_PROVIDER} from '../overlay/scroll/scroll-dispatcher';
66

77
export {MdRipple, RippleGlobalOptions, MD_RIPPLE_GLOBAL_OPTIONS} from './ripple';
88
export {RippleRef, RippleState} from './ripple-ref';
9-
export {RippleConfig} from './ripple-renderer';
9+
export {RippleConfig, RIPPLE_FADE_IN_DURATION, RIPPLE_FADE_OUT_DURATION} from './ripple-renderer';
1010

1111
@NgModule({
1212
imports: [CompatibilityModule],

0 commit comments

Comments
 (0)