Can someone help me with a similar problem? I get an answer that is a JSON Array with several parameters inside the object. Something like that:
{[ { name, title, id, image, price, description, }, { name, title, id, image, price, description, }, { name, title, id, image, price, description, }, { name, title, id, image, price, description, }, { name, title, id, image, price, description, }, ]}
I just want to convey the title and description and created a new model in typewriting too, but I don’t know how to use the MAP operator in RXJS to achieve the same. Any help would be appreciated. I am using Angular 7.