toddmotto.com
Angular ngFor, <template> and the compiler
1
Angular ngFor is a built-in Directive that allows us to iterate over a collection. This collection is typically an array, however can be “array-like”. To dem... Read full article