mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
* [ADF-3745] Updates for doc review * [ADF-3745] Updated tutorial index * [ADF-3745] Updated document list doc page
30 lines
531 B
Markdown
30 lines
531 B
Markdown
---
|
|
Added: v3.0.0
|
|
Status: Active
|
|
Last reviewed: 2018-11-12
|
|
---
|
|
|
|
# Full name pipe
|
|
|
|
Joins the first and last name properties from a [`UserProcessModel`](../core/user-process.model.md) 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 [User process model](../core/user-process.model.md) object.
|
|
|
|
## See also
|
|
|
|
- [User initial pipe](user-initial.pipe.md)
|