From 72b9276ec9458ba77a373d2bfdb25e3a736b4b0b Mon Sep 17 00:00:00 2001 From: Michael Maier Date: Sat, 26 Oct 2019 19:15:38 +0200 Subject: [PATCH] docs(common): fix condition in transformed *ngIf (#33425) `
` defines `heroes` as condition, but `hero-list` is used as condition in the transformed code ``. PR Close #33425 --- packages/common/src/directives/ng_if.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/common/src/directives/ng_if.ts b/packages/common/src/directives/ng_if.ts index 95a54972f0..92f8764a58 100644 --- a/packages/common/src/directives/ng_if.ts +++ b/packages/common/src/directives/ng_if.ts @@ -130,7 +130,7 @@ import {Directive, EmbeddedViewRef, Input, TemplateRef, ViewContainerRef, ɵstri * the content of this unlabeled `` tag. * * ``` - * + * *
* ... *