src/session/loading/global_loading_activity.ts
This service can be used for receiving notifications regarding loading activity across all Blueriq sessions. For loading activity of only a single session, first use forSession to obtain a LoadingActivity service that targets only a single Blueriq session.
To show session-local loading activity based on the session's own loading service, use the loading
event of the
BqProjectComponent or BqSessionComponent. If you need to show loading activity based on all sessions,
inject GlobalLoadingActivity from an Angular module instead.
Methods |
constructor()
|
forSession | ||||||
forSession(sessionName: string)
|
||||||
Parameters :
Returns :
LoadingActivity
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|