Skip to content

Commit 066ca29

Browse files
committed
2 parents 45e9f45 + 8752cd1 commit 066ca29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angular/src/root.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function appInitializerFactory(injector: Injector) {
2525
abp.ui.setBusy();
2626
return new Promise<boolean>((resolve, reject) => {
2727
AppPreBootstrap.run(() => {
28+
abp.event.trigger('abp.dynamicScriptsInitialized');
2829
var appSessionService: AppSessionService = injector.get(AppSessionService);
2930
appSessionService.init().then(
3031
(result) => {

0 commit comments

Comments
 (0)