Repeat Loops
A repeat loop renders one element per item of a bound collection, with $item and $index available to child expressions, so a spec can describe a list without enumerating its rows. The example binds the loop to a signal-backed state store and updates the list live.
This page is the live example for repeat loops. Use Run to try the example live (it has no agent), Code to read the Angular source, and API for the extracted reference. The spec format, including the repeat element, is documented in Specs & Elements.