feat(slides): add IonicSlides module for Swiper migration, deprecate ion-slides (#23844)

backports #23447
This commit is contained in:
William Martin
2021-08-31 17:52:47 -04:00
committed by GitHub
parent 33f0bcd437
commit 11fda41420
8 changed files with 282 additions and 1 deletions

View File

@ -13,3 +13,4 @@ export { IonicConfig, getMode, setupConfig } from './utils/config';
export { LIFECYCLE_WILL_ENTER, LIFECYCLE_DID_ENTER, LIFECYCLE_WILL_LEAVE, LIFECYCLE_DID_LEAVE, LIFECYCLE_WILL_UNLOAD } from './components/nav/constants';
export { menuController } from './utils/menu-controller';
export { alertController, actionSheetController, modalController, loadingController, pickerController, popoverController, toastController } from './utils/overlays';
export { IonicSwiper } from './components/slides/IonicSwiper';