angular-pipes
angular-pipes copied to clipboard
Create merge pipe
Hi,
I created a merge pipe which works similarly to the union pipe except it didn't prevent duplication. It only merge two arrays. If one of the values is null
then it defaults to empty array.
Let me know if I need to add some tests or make some changes.
Thank you