Title | Added | Status | Last reviewed |
---|---|---|---|
Group initial pipe |
v3.0.0 |
Active |
2019-01-17 |
Extracts the initial character from a group name.
<div>
Group: {{ currentGroup | groupNameInitial }}
</div>
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.