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

© 2023 Alfresco Software, Inc. All Rights Reserved.