Browse Source
Merge pull request #24874 from abpframework/auto-merge/rel-10-1/4356
Merge branch dev with rel-10.1
pull/24877/head
Volosoft Agent
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
npm/ng-packs/packages/core/src/lib/directives/for.directive.ts
|
|
|
@ -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; |
|
|
|
} |
|
|
|
|