I'm not entirely sure on the process, but I believe ngFor would be used in this scenario.
Essentially, my goal is to generate the following div multiple times, with each iteration updating the value inside the brackets from 0 to 1, 2, and so forth...
<div class="box">
<p class="dut-text dut-title">
{{list[0].data}}
</P>
</div>