Угловая петля через значения ключей в карте

this.map.forEach((value: string, key: string) => {
    console.log(key, value);
});
Juice WRLD