Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 473 Bytes

full-name.pipe.md

File metadata and controls

30 lines (20 loc) · 473 Bytes
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 the UserLike 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 UserLike object.

See also