mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(angular): reverting changes to angular module, cannot figure out why app won't work if it's imported
This commit is contained in:
@ -104,6 +104,5 @@ export function provideNavControllerInjectable(element: any) {
|
||||
}
|
||||
|
||||
export function provideAppInjectable() {
|
||||
const ionAppElement = document.querySelector('ion-app');
|
||||
return new App(ionAppElement);
|
||||
return new App();
|
||||
}
|
||||
|
Reference in New Issue
Block a user