mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
feat(platform): add ability to override platform detection methods (#23915)
resolves #19737
This commit is contained in:
@ -36,6 +36,7 @@ export {
|
||||
setupConfig,
|
||||
initialize,
|
||||
IonicSwiper,
|
||||
PlatformConfig,
|
||||
|
||||
SpinnerTypes,
|
||||
|
||||
|
||||
@ -41,7 +41,7 @@ export {
|
||||
IonicSafeString,
|
||||
|
||||
// Platform
|
||||
isPlatform, Platforms, getPlatforms,
|
||||
isPlatform, Platforms, PlatformConfig, getPlatforms,
|
||||
|
||||
// Gesture
|
||||
Gesture,
|
||||
|
||||
Reference in New Issue
Block a user