Skip to content

Commit af978cd

Browse files
epelcmmalerba
authored andcommitted
fix(core): export MdOptionSelectionChange (#4285)
1 parent 1766649 commit af978cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export {Dir, LayoutDirection, RtlModule} from './rtl/dir';
1616
// Mutation Observer
1717
export {ObserveContentModule, ObserveContent} from './observe-content/observe-content';
1818

19-
export {MdOptionModule, MdOption} from './option/option';
19+
export {MdOptionModule, MdOption, MdOptionSelectionChange} from './option/option';
2020

2121
// Portals
2222
export {

0 commit comments

Comments
 (0)