From 62f9aefcae6c7a09861dd2cff091fd8f440b8e3b Mon Sep 17 00:00:00 2001 From: Ed Pelc Date: Wed, 26 Apr 2017 11:17:33 -0400 Subject: [PATCH] fix(core): export MdOptionSelectionChange --- src/lib/core/core.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/core/core.ts b/src/lib/core/core.ts index 5f6ebe2731c2..380729830589 100644 --- a/src/lib/core/core.ts +++ b/src/lib/core/core.ts @@ -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 {