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.
2 parents 45e9f45 + 8752cd1 commit 066ca29Copy full SHA for 066ca29
angular/src/root.module.ts
@@ -25,6 +25,7 @@ export function appInitializerFactory(injector: Injector) {
25
abp.ui.setBusy();
26
return new Promise<boolean>((resolve, reject) => {
27
AppPreBootstrap.run(() => {
28
+ abp.event.trigger('abp.dynamicScriptsInitialized');
29
var appSessionService: AppSessionService = injector.get(AppSessionService);
30
appSessionService.init().then(
31
(result) => {
0 commit comments