I am new to Angular and I made a backend using Express and Mongoose in which I wrote a get method to lookup two categories and combine them. I need to show specific products and the bid information for each product. Although I believe the bids are attached correctly, I don't have access to them in my Angular functions.
I am used to Java and SQL so a bit confused. Can anyone offer some help? Would be immensely grateful.