@ -175,6 +175,7 @@ export class ForDirective implements OnChanges {
// Recreate differ if items array reference changed
if (this.lastItemsRef !== this.items) {
this.vcRef.clear();
this.differ = null;
this.lastItemsRef = this.items;
}