bucle angular a través de valores clave en el mapa

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