From 0f2be3d85926904c5c5c76f1d3e30b39e2867c71 Mon Sep 17 00:00:00 2001 From: chenc Date: Tue, 21 Jul 2020 09:47:18 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E9=87=8D=E5=A4=8D=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重复的文档内容 --- aio/content/guide/displaying-data.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index 5771d2194d..dbfc7daab6 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -403,8 +403,6 @@ When the component's list of heroes has more than three items, Angular adds the to the DOM and the message appears. If there are three or fewer items, Angular omits the paragraph, so no message appears. -双引号内的模板表达式 `*ngIf="heroes.length > 3"` 的外观和行为与 TypeScript 非常相似。当组件的英雄列表包含三个以上的条目时,Angular 会将这段话添加到 DOM 中,这条消息就显示出来了。如果只有三个或更少的条目,Angular 就会省略该段落,也就不会显示任何消息。 - For more information, see [template expressions](guide/template-syntax#template-expressions). 双引号中的模板表达式 `*ngIf="heros.length > 3"`,外观和行为很象 TypeScript。