Angular 10 Uzyskaj unikalne wartości z tablicy obiektów

Array.from(new Set(yourArray.map((item: any) => item.name)));
Sore Shrew