Here is a link to my service file: https://i.sstatic.net/8dsMx.png This is the TypeScript file for my components: https://i.sstatic.net/of6sx.png And these are the response models: https://i.sstatic.net/U8RUQ.png https://i.sstatic.net/7baTj.png
I am currently facing difficulties with displaying asynchronously fetched data in my component's TypeScript file using an Observable-based service. I have learned that converting the service to Promise-based structure could help, but I am struggling with implementing the responseModel provided by Observables in a Promise-based setup. Any guidance on this issue would be greatly appreciated.
Also, here are some outputs from my project: https://i.sstatic.net/rIRjt.png