feat(slides): add IonicSwiper modules, deprecate ion-slides, and add link to migration (#23447)

This commit is contained in:
Liam DeBeasi
2021-06-11 12:56:32 -04:00
committed by GitHub
parent e1a96130eb
commit 623c84ab08
8 changed files with 283 additions and 2 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';