i\'m building my first angular app using latest version and i need some help to display some informations in a specific position.
app.component.ts:
I don't know if you still need this, but just wrap your ngFor in a row div.
{{item?.name}}
Here's an example of what that might look like.