We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c2388 commit 963e835Copy full SHA for 963e835
src/components/app/app-root.ts
@@ -78,6 +78,12 @@ export class IonicApp extends Ion implements OnInit {
78
if (this._config.getBoolean('hoverCSS', true)) {
79
this.setElementClass('enable-hover', true);
80
}
81
+
82
+ // sweet, the app root has loaded!
83
+ // which means angular and ionic has fully loaded!
84
+ // fire off the platform prepare ready, which could
85
+ // have been switched out by any of the platform engines
86
+ this._platform.prepareReady();
87
88
89
/**
0 commit comments