Angular mengonversi nilai peta ke array
const values = Array.from(map.values());
Condemned Civet
const values = Array.from(map.values());