mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
:derp: console.log
This commit is contained in:
@ -86,7 +86,6 @@ export class IonicApp {
|
|||||||
* @param {Object} appRef TODO
|
* @param {Object} appRef TODO
|
||||||
*/
|
*/
|
||||||
load(appRef) {
|
load(appRef) {
|
||||||
console.log('App ref', appRef);
|
|
||||||
this.ref(appRef);
|
this.ref(appRef);
|
||||||
this._zone = appRef.injector.get(NgZone);
|
this._zone = appRef.injector.get(NgZone);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user