mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
added error component and coverage for new components
This commit is contained in:
@@ -7,6 +7,6 @@ import { Component, Input } from '@angular/core';
|
||||
})
|
||||
export class LoadingComponent {
|
||||
|
||||
@Input() message: 'Loading...';
|
||||
@Input() message = 'Loading...';
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user