arlas-web-components / Exports / GetCollectionDisplayNamePipe
Class: GetCollectionDisplayNamePipe
Implements
PipeTransform
Table of contents
Constructors
Methods
Constructors
constructor
• new GetCollectionDisplayNamePipe(collectionService
)
Parameters
Name | Type |
---|---|
collectionService |
CollectionService |
Defined in
projects/arlas-components/src/lib/pipes/get-collection-display-name/get-collection-display-name.pipe.ts:26
Methods
transform
▸ transform(value
, ...args
): string
Parameters
Name | Type |
---|---|
value |
string |
...args |
unknown [] |
Returns
string
Implementation of
PipeTransform.transform
Defined in
projects/arlas-components/src/lib/pipes/get-collection-display-name/get-collection-display-name.pipe.ts:29