If you want to let us handle all the data processing needed by our various features, you will need to use
*clrDgItems
instead of *ngFor
. They have the exact syntax
and behave the same way, but the former lets us have full control what is actually being displayed. As you can see in
the following example it doesn't change anything for our simple case, but it will as soon as we start adding features
like sorting, filtering, pagination, ...