You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
add setTimeout(() => { forkJoin(apps$)... }) for solve the problem of flicker, e.g. redirect to app1's dashboard from portal's about page.
Describe the solution you'd like
We found in Angular 9.x, the flicker problem disappeared, so we can remove setTimeout to Improve Performance
Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
add setTimeout(() => { forkJoin(apps$)... }) for solve the problem of flicker, e.g. redirect to app1's dashboard from portal's about page.
Describe the solution you'd like
We found in Angular 9.x, the flicker problem disappeared, so we can remove setTimeout to Improve Performance
Describe alternatives you've considered
None
Additional context
The text was updated successfully, but these errors were encountered: