mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
100479: Removed the default input values to make it possible to override them in themes
This commit is contained in:
@@ -14,8 +14,8 @@ import { ThemeService } from '../theme-support/theme.service';
|
||||
export class ThemedLoadingComponent extends ThemedComponent<LoadingComponent> {
|
||||
|
||||
@Input() message: string;
|
||||
@Input() showMessage = true;
|
||||
@Input() spinner = false;
|
||||
@Input() showMessage: boolean;
|
||||
@Input() spinner: boolean;
|
||||
|
||||
protected inAndOutputNames: (keyof LoadingComponent & keyof this)[] = ['message', 'showMessage', 'spinner'];
|
||||
|
||||
|
Reference in New Issue
Block a user