We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d18f74 commit 9ed28baCopy full SHA for 9ed28ba
addon/ng2/blueprints/mobile/files/__path__/main-app-shell.ts
@@ -21,7 +21,7 @@ export const options = {
21
provide(APP_BASE_HREF, {useValue: '/'}),
22
provide(REQUEST_URL, {useValue: '/'})
23
],
24
- async: true,
+ async: false,
25
preboot: false
26
};
27
0 commit comments