mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
show full screen loader when switching themes
This commit is contained in:
@@ -38,14 +38,14 @@ export class RootComponent implements OnInit {
|
||||
models;
|
||||
|
||||
/**
|
||||
* Whether or not the authentication is currently blocking the UI
|
||||
* Whether or not to show a full screen loader
|
||||
*/
|
||||
@Input() isNotAuthBlocking: boolean;
|
||||
@Input() shouldShowFullscreenLoader: boolean;
|
||||
|
||||
/**
|
||||
* Whether or not the the application is loading;
|
||||
* Whether or not to show a loader across the router outlet
|
||||
*/
|
||||
@Input() isLoading: boolean;
|
||||
@Input() shouldShowRouteLoader: boolean;
|
||||
|
||||
constructor(
|
||||
@Inject(NativeWindowService) private _window: NativeWindowRef,
|
||||
|
Reference in New Issue
Block a user