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:
@@ -230,16 +230,3 @@ export function setupTapClick(config: Config, app: App, zone: NgZone) {
|
||||
return new TapClick(config, app, zone);
|
||||
};
|
||||
}
|
||||
|
||||
export function provideTapClick() {
|
||||
return {
|
||||
provide: APP_INITIALIZER,
|
||||
useFactory: setupTapClick,
|
||||
deps: [
|
||||
Config,
|
||||
App,
|
||||
NgZone
|
||||
],
|
||||
multi: true
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user