Skip to content

Commit

Permalink
fix(core): export MdOptionSelectionChange (#4285)
Browse files Browse the repository at this point in the history
  • Loading branch information
epelc authored and mmalerba committed Apr 29, 2017
1 parent 1766649 commit af978cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/core/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export {Dir, LayoutDirection, RtlModule} from './rtl/dir';
// Mutation Observer
export {ObserveContentModule, ObserveContent} from './observe-content/observe-content';

export {MdOptionModule, MdOption} from './option/option';
export {MdOptionModule, MdOption, MdOptionSelectionChange} from './option/option';

// Portals
export {
Expand Down

0 comments on commit af978cd

Please sign in to comment.