Community

Rendering A List Of Mixed Components Using NgFor And NgSwitch In Angular 7.2.13

(Ben Nadel) In the vast majority of cases, when I use the NgFor directive to render a collection of data, the type of data contained within that list is uniform. However, sometimes, a single list is an aggregation of several different collections that result in a commingled set of data types.