mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
649 B
649 B
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Full name pipe | v3.0.0 | Active | 2018-11-12 |
Full name pipe
Joins the first and last name properties from a UserProcessModel object into a single string.
Basic Usage
<div>
Project Leader: {{ user | fullName }}
</div>
Details
The pipe offers a convenient way to extract the name from a User process model object.