0
blueoceandev created
I have noticed that in app.component.ts the userNotificationHelper.settingModal is being set in ngOnInit(). This can cause the modal to be set to null on occation depending on how far the view has rendered.. Moving the line to ngAfterViewInit() may remove the risk of the modal not being available.
1 Answer(s)
-
0
Hi @catapult,
You are right. I will create an issue on https://github.com/aspnetzero/aspnet-zero-core/issues and let you know.
Thanks,