Convert XML RSS feed to Json on Angular app
I have an API like this https://blog.com/rss . It returns below xml as blog feed. Note: I have seen this. But it is for nodejs app. https://github.com/nasa8x/rss-to-json So can you tell me how can I retrieve the image , title , date and the description from it? i.e. Json output from it. After that I need to show that on the html page like so: Note: This is just one node. It'll have many nodes according to the feed output. i.e. ngFor loop .html <div class="card"> <div class="card-wrapper"> <img class="card-img-top" src="../../../assets/img/blog-1.png" alt="Card image cap"> <div class="card-body