forked from hazza/dspace-angular
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