mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +08:00
feat(platform): add ability to override platform detection methods (#23915)
resolves #19737
This commit is contained in:
@ -7,7 +7,7 @@ export { getTimeGivenProgression } from './utils/animation/cubic-bezier';
|
||||
export { createGesture } from './utils/gesture';
|
||||
export { initialize } from './global/ionic-global';
|
||||
export { componentOnReady } from './utils/helpers';
|
||||
export { isPlatform, Platforms, getPlatforms } from './utils/platform';
|
||||
export { isPlatform, Platforms, PlatformConfig, getPlatforms } from './utils/platform';
|
||||
export { IonicSafeString } from './utils/sanitization';
|
||||
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';
|
||||
|
Reference in New Issue
Block a user