API Reference / @dasch-ng/utils / PropPipe
Class: PropPipe
Defined in: prop.pipe.ts:8
Implements
PipeTransform
Constructors
Constructor
new PropPipe():
PropPipe
Returns
PropPipe
Methods
transform()
transform<
K,V>(value,key):Prop<Record<K,V>,K>
Defined in: prop.pipe.ts:9
Type Parameters
K
K extends string | number | symbol
V
V
Parameters
value
Record<K, V>
key
K
Returns
Prop<Record<K, V>, K>
Implementation of
PipeTransform.transform