mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(exports): update module exports
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { APP_INITIALIZER } from '@angular/core';
|
||||
|
||||
import { nativeTimeout } from '../util/dom';
|
||||
import { Platform } from '../platform/platform';
|
||||
import { ScrollView } from '../util/scroll-view';
|
||||
@@ -152,14 +150,3 @@ export function setupProvideEvents(platform: Platform) {
|
||||
return setupEvents(platform);
|
||||
};
|
||||
}
|
||||
|
||||
export function provideEvents() {
|
||||
return {
|
||||
provide: APP_INITIALIZER,
|
||||
useFactory: setupProvideEvents,
|
||||
deps: [
|
||||
Platform
|
||||
],
|
||||
multi: true
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user