mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
65717: ObjectValuesPipe pure
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import { PipeTransform, Pipe } from '@angular/core';
|
||||
import { hasValue, isNotEmpty } from '../empty.util';
|
||||
import { isNotEmpty } from '../empty.util';
|
||||
|
||||
@Pipe({name: 'dsObjectValues'})
|
||||
@Pipe({
|
||||
name: 'dsObjectValues',
|
||||
pure: true
|
||||
})
|
||||
/**
|
||||
* Pipe for parsing all values of an object to an array of values
|
||||
*/
|
||||
|
Reference in New Issue
Block a user