mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fixes after merge + tslint changes
This commit is contained in:
@@ -10,7 +10,7 @@ export class ObjectValuesPipe implements PipeTransform {
|
||||
* @param value An object
|
||||
* @returns {any} Array with all values of the input object
|
||||
*/
|
||||
transform(value, args:string[]): any {
|
||||
transform(value, args: string[]): any {
|
||||
const values = [];
|
||||
Object.values(value).forEach((v) => values.push(v));
|
||||
return values;
|
||||
|
Reference in New Issue
Block a user