Skip to content
Snippets Groups Projects
Commit 90436f3b authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

65717: ObjectValuesPipe pure

parent 756134f7
No related merge requests found
import { PipeTransform, Pipe } from '@angular/core'; 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 * Pipe for parsing all values of an object to an array of values
*/ */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment