mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Translate provider and TranslatePipe has been removed. Please use NG2-Translate instead: http://ionicframework.com/docs/v2/resources/ng2-translate/
24 lines
701 B
TypeScript
24 lines
701 B
TypeScript
|
|
export * from './module';
|
|
export * from './directives';
|
|
|
|
export * from './gestures/drag-gesture';
|
|
export * from './gestures/gesture';
|
|
export * from './gestures/slide-edge-gesture';
|
|
export * from './gestures/slide-gesture';
|
|
export * from './gestures/gesture-controller';
|
|
|
|
export * from './util/click-block';
|
|
export * from './util/events';
|
|
export * from './util/haptic';
|
|
export * from './util/ionic-error-handler';
|
|
export * from './util/keyboard';
|
|
export * from './util/form';
|
|
export { reorderArray } from './util/util';
|
|
|
|
export * from './animations/animation';
|
|
export * from './transitions/page-transition';
|
|
export * from './transitions/transition';
|
|
|
|
export * from './navigation/nav-controller-base';
|