Skip to content

Commit 8752cd1

Browse files
authored
fixes #200
1 parent f65a944 commit 8752cd1

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)