siva kumar eb2811fdd0 [ADF-4738] [Process -Cloud] Move GroupCloudService to adf-core (#4928)
* [ADF-4738] [Process -Cloud] Move GroupCloudService to adf-core lib.

* * Changed GroupModel to IdentityGroupModel
* Updated unit tests the recent changes.

* * Added documentation to the identityGroupService
* Updated GroupInitial and GroupCoudcomponent doc.

* * Created groupCount model. * Updated unit test to the recent changes

* * After rebase updated doc

* * Fixed comments.
2019-08-12 16:27:30 +01:00

817 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