Merge branch 'fix/issue12719' into mono-refactor

This commit is contained in:
Ken Sodemann
2017-08-23 11:15:14 -05:00

View File

@ -2,6 +2,7 @@
export { IonicApp } from './components/app/app-root'; export { IonicApp } from './components/app/app-root';
export { MenuController } from './components/app/menu-controller'; export { MenuController } from './components/app/menu-controller';
export { ActionSheet } from './components/action-sheet/action-sheet'; export { ActionSheet } from './components/action-sheet/action-sheet';
export { ActionSheetButton } from './components/action-sheet/action-sheet-options'
export { ActionSheetController } from './components/action-sheet/action-sheet-controller'; export { ActionSheetController } from './components/action-sheet/action-sheet-controller';
export { ActionSheetOptions } from './components/action-sheet/action-sheet-options'; export { ActionSheetOptions } from './components/action-sheet/action-sheet-options';
export { ActionSheetCmp } from './components/action-sheet/action-sheet-component'; export { ActionSheetCmp } from './components/action-sheet/action-sheet-component';