I am new to angular. I have array data. I want to display data on my webpage.
my question is how to print data. the data showing in console.log().
My console.log screenshot

You can iterate over the array in a webpage using *ngFor directive of Angular for example -
<div *ngFor='let item of arrayName'>
{{item?.propertyName}}
</div>
Working Example
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With