Skip to content

Commit 7358072

Browse files
manucorporatbrandyscarney
authored andcommitted
fix(bootstrap): tapclick is injected, probably (#7128)
1 parent b0a1151 commit 7358072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config/bootstrap.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { AppRoot, UserComponent } from '../components/app/app';
55
import { nativeRaf } from '../util/dom';
66
import { ionicProviders } from './providers';
77
import { Platform } from '../platform/platform';
8+
import { TapClick } from '../components/tap-click/tap-click';
89
const _reflect: any = Reflect;
910

1011

@@ -52,6 +53,7 @@ export function ionicPostBootstrap(ngComponentRef: ComponentRef<any>) {
5253
let platform: Platform = ngComponentRef.injector.get(Platform);
5354
platform.setZone(ngComponentRef.injector.get(NgZone));
5455
platform.prepareReady();
56+
ngComponentRef.injector.get(TapClick);
5557

5658
return ngComponentRef;
5759
}

0 commit comments

Comments
 (0)