In the angular API documentation it says to use NgForOf
instead of NgFor
with version 4.0 onwards. But the Fundamentals, and Heroes tutorial, documentation demonstrateNgFor
, and make no mention of NgForOf
.
Is there anyone who can clarify this for me? Thank you in advance.