mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
resolved lint error
This commit is contained in:
@@ -6,5 +6,5 @@ import { Directive, Input } from '@angular/core';
|
||||
selector: '[queryParams]',
|
||||
})
|
||||
export class QueryParamsDirectiveStub {
|
||||
@Input('queryParams') queryParams: any;
|
||||
@Input() queryParams: any;
|
||||
}
|
||||
|
Reference in New Issue
Block a user