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 f65a944 commit 8752cd1Copy full SHA for 8752cd1
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