Andy Stark fdded83699 [ADF-3745] Added docs for the new pipes (#4178)
* [ADF-3745] Added docs for the new pipes

* [ADF-3745] Added cont services readme file

* [ADF-3745] Added group initial pipe to type name exceptions
2019-01-17 17:22:04 +00:00

829 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 GroupModel 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