ngx-filter-pipe icon indicating copy to clipboard operation
ngx-filter-pipe copied to clipboard

How can i return full name by concatenating first name and last name.

Open denniscm opened this issue 5 years ago • 0 comments

Hello! I'm trying to implement this function but i'm not understanding very well how should i do it.

I have a list of Objects like this: [ {name: 'John', lastName: 'Gomez'}, {name: 'Julia', lastName: 'Pierre'} ]; All l want is to search for the person Name and Last Name and get the result of it.

Can u help me?

Thanks!

denniscm avatar Nov 28 '19 16:11 denniscm