mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
fix(core): need to export logging functions for this branch
This commit is contained in:
@ -8,7 +8,7 @@ export { getTimeGivenProgression } from './utils/animation/cubic-bezier';
|
|||||||
export { createGesture } from './utils/gesture';
|
export { createGesture } from './utils/gesture';
|
||||||
export { initialize } from './global/ionic-global';
|
export { initialize } from './global/ionic-global';
|
||||||
export { componentOnReady } from './utils/helpers';
|
export { componentOnReady } from './utils/helpers';
|
||||||
export { LogLevel } from './utils/logging';
|
export { LogLevel, printIonError, printIonWarning } from './utils/logging';
|
||||||
export { isPlatform, Platforms, PlatformConfig, getPlatforms } from './utils/platform';
|
export { isPlatform, Platforms, PlatformConfig, getPlatforms } from './utils/platform';
|
||||||
export { IonicSafeString } from './utils/sanitization';
|
export { IonicSafeString } from './utils/sanitization';
|
||||||
export { IonicConfig, getMode, setupConfig } from './utils/config';
|
export { IonicConfig, getMode, setupConfig } from './utils/config';
|
||||||
|
Reference in New Issue
Block a user