From 448749cafa6667ad35f0c3dcb8ca111a1c7ecd53 Mon Sep 17 00:00:00 2001 From: Jordan Amman Date: Tue, 1 Oct 2019 12:45:19 -0500 Subject: [PATCH] docs: added '>' to ng-template closing tag. (#32939) Fixes #32931 PR Close #32939 --- 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 8f40333b30..1354748f09 100644 --- a/aio/content/guide/structural-directives.md +++ b/aio/content/guide/structural-directives.md @@ -297,7 +297,7 @@ describes additional `NgFor` directive properties and context properties. These microsyntax mechanisms are also available to you when you write your own structural directives. For example, microsyntax in Angular allows you to write `
{{item}}
` -instead of `
{{item}}
{{item}}
`. The following sections provide detailed information on constraints, grammar, and translation of microsyntax.