dhrn baa0d6da30 [ADF-4947] Array type supported in data table columns (#5165)
* [WIP] [ADF-4947] Array type supported in data table columns

* * removed resolver for aria label

* * process services feature added

* * fixed docs
2019-10-18 00:01:52 +01:00

808 B

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Group initial pipe v3.0.0 Active 2019-01-17

Group initial pipe

Extracts the initial character from a group name.

Basic Usage

<div>
    Group: {{ currentGroup | groupNameInitial }}
</div>

Details

This pipe takes a IdentityGroupModel object as its parameter and extracts the initial character from the name property. The initial is a handy way to identify the group in lists and other situations where there is limited screen space available.

See also