From 23c917b9993e83a7f19e624f0be9621b66442df2 Mon Sep 17 00:00:00 2001 From: zhusir Date: Mon, 26 Aug 2019 16:12:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=BF=BB=E8=AF=91=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ng-template不是指令 --- aio/content/guide/structural-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/structural-directives.md b/aio/content/guide/structural-directives.md index 2cbb5948f7..0d50ae39fa 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -549,7 +549,7 @@ You'll refer to the `` when you [write your own structural directiv ## The *<ng-template>* -## *<ng-template>*指令 +## *<ng-template>* The <ng-template> is an Angular element for rendering HTML. It is never displayed directly.