mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
chore(module): add Events to IonicModule providers
This commit is contained in:
@ -12,7 +12,7 @@ import { AlertController } from './components/alert/alert';
|
|||||||
import { App } from './components/app/app';
|
import { App } from './components/app/app';
|
||||||
import { Config, ConfigToken, setupConfig } from './config/config';
|
import { Config, ConfigToken, setupConfig } from './config/config';
|
||||||
import { DeepLinker, setupDeepLinker } from './navigation/deep-linker';
|
import { DeepLinker, setupDeepLinker } from './navigation/deep-linker';
|
||||||
import { setupProvideEvents } from './util/events';
|
import { Events, setupProvideEvents } from './util/events';
|
||||||
import { Form } from './util/form';
|
import { Form } from './util/form';
|
||||||
import { GestureController } from './gestures/gesture-controller';
|
import { GestureController } from './gestures/gesture-controller';
|
||||||
import { IonicGestureConfig } from './gestures/gesture-config';
|
import { IonicGestureConfig } from './gestures/gesture-config';
|
||||||
@ -125,6 +125,7 @@ export class IonicModule {
|
|||||||
ActionSheetController,
|
ActionSheetController,
|
||||||
AlertController,
|
AlertController,
|
||||||
App,
|
App,
|
||||||
|
Events,
|
||||||
Form,
|
Form,
|
||||||
GestureController,
|
GestureController,
|
||||||
Keyboard,
|
Keyboard,
|
||||||
|
Reference in New Issue
Block a user