Angular displaying data Help

Hi guys, I am learning angular, i would appreciate if someone can help me out. I am building a classified ad website project, and i would like to display in home page, ads that users upload in arrey. A very simple Ad with picture, prize and description. How could I Achieve that ? Perhaps Using a model and binding the data with NGfor ? Thanks in advance. If someone can list me the steps, or help me in some other way (links, guide or tutorial specific to this), I would very much appreciate that.

If you have a project that you’re working on and you have specific questions, share what you have so far and we can try to help you.

Hi ArielLeslie, https://stackblitz.com/edit/angular-hua6tb, I just started building it, and this is what i have so far.

It looks like you’re off to a good start.

Any of your suggestion to improve or to get to the ads displaying, would be appreciated good sir.

Well it looks like you don’t have anything to display. At least the version that you linked only had some placeholder HTML and some CSS. It doesn’t contain any TypeScript.

I can hardcode that in a TS file, to display, but for now I am just looking for the steps that i need to follow to get to the final result, because I am a bit confusing on them. my aim is just to displaying a bunch of ads, even if I do need to hard coding to begin with.