From aa4bf0318c56e26d171300fd91d45399d5c50ea2 Mon Sep 17 00:00:00 2001 From: chenc Date: Thu, 20 Aug 2020 14:32:28 +0800 Subject: [PATCH] Update displaying-data.md --- aio/content/guide/displaying-data.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index dbfc7daab6..01231cdc03 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -402,7 +402,6 @@ The template expression inside the double quotes, When the component's list of heroes has more than three items, Angular adds the paragraph to the DOM and the message appears. If there are three or fewer items, Angular omits the paragraph, so no message appears. - For more information, see [template expressions](guide/template-syntax#template-expressions). 双引号中的模板表达式 `*ngIf="heros.length > 3"`,外观和行为很象 TypeScript。