diff --git a/packages/common/src/directives/ng_for_of.ts b/packages/common/src/directives/ng_for_of.ts index 322d837b2d..ecb1faaf11 100644 --- a/packages/common/src/directives/ng_for_of.ts +++ b/packages/common/src/directives/ng_for_of.ts @@ -176,7 +176,7 @@ export class NgForOf implements DoCheck, OnChanges { const viewRef = >>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) => {