65717: ObjectValuesPipe pure

This commit is contained in:
Kristof De Langhe
2019-10-28 17:48:08 +01:00
parent 756134f773
commit 90436f3b2c

View File

@@ -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
*/