matsko@google.com May 15th 2020
<!-- items is collection-watched --> <div *ngFor=" let item of items">
<!-- now its shallow-watched --> <div *ngFor="let item of items | watchCollection">
By Matias Niemelä