mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
31 lines
473 B
Markdown
31 lines
473 B
Markdown
---
|
|
Title: Full name pipe
|
|
Added: v3.0.0
|
|
Status: Active
|
|
Last reviewed: 2018-11-12
|
|
---
|
|
|
|
# Full Name Pipe
|
|
|
|
Joins the first and last name properties from the `UserLike` object into a single string.
|
|
|
|
## Basic Usage
|
|
|
|
<!-- {% raw %} -->
|
|
|
|
```HTML
|
|
<div>
|
|
Project Leader: {{ user | fullName }}
|
|
</div>
|
|
```
|
|
|
|
<!-- {% endraw %} -->
|
|
|
|
## Details
|
|
|
|
The pipe offers a convenient way to extract the name from a `UserLike` object.
|
|
|
|
## See also
|
|
|
|
- [User initial pipe](user-initial.pipe.md)
|