ci: fix broken build (#24747)
This commit is contained in:
parent
b8975a90ca
commit
dd931c73ec
@ -176,7 +176,7 @@ export class NgForOf<T> implements DoCheck, OnChanges {
|
||||
const viewRef = <EmbeddedViewRef<NgForOfContext<T>>>this._viewContainer.get(i);
|
||||
viewRef.context.index = i;
|
||||
viewRef.context.count = ilen;
|
||||
viewRef.context.ngForOf = this._ngForOf;
|
||||
viewRef.context.ngForOf = this.ngForOf;
|
||||
}
|
||||
|
||||
changes.forEachIdentityChange((record: any) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user