Skip to content

arlas-web-components / Exports / GetFieldDisplayNamePipe

Class: GetFieldDisplayNamePipe

Implements

  • PipeTransform

Table of contents

Constructors

Methods

Constructors

constructor

new GetFieldDisplayNamePipe(collectionService)

Parameters

Name Type
collectionService CollectionService

Defined in

projects/arlas-components/src/lib/pipes/get-field-display-name/get-field-display-name.pipe.ts:26

Methods

transform

transform(value): string

Parameters

Name Type
value string

Returns

string

Implementation of

PipeTransform.transform

Defined in

projects/arlas-components/src/lib/pipes/get-field-display-name/get-field-display-name.pipe.ts:29