Skip to content

arlas-web-components / Exports / GetValuePipe

Class: GetValuePipe

Implements

  • PipeTransform

Table of contents

Constructors

Methods

Constructors

constructor

new GetValuePipe()

Methods

transform

transform<K, V>(value, map?): V

Type parameters

Name
K
V

Parameters

Name Type
value K
map? Map<K, V>

Returns

V

Implementation of

PipeTransform.transform

Defined in

projects/arlas-components/src/lib/pipes/get-value/get-value.pipe.ts:27