docs: added '>' to ng-template closing tag. (#32939)

Fixes #32931

PR Close #32939
This commit is contained in:
Jordan Amman 2019-10-01 12:45:19 -05:00 committed by atscott
parent 25219baeb4
commit 448749cafa
1 changed files with 1 additions and 1 deletions

View File

@ -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. These microsyntax mechanisms are also available to you when you write your own structural directives.
For example, microsyntax in Angular allows you to write `<div *ngFor="let item of items">{{item}}</div>` For example, microsyntax in Angular allows you to write `<div *ngFor="let item of items">{{item}}</div>`
instead of `<ng-template ngFor [ngForOf]="items"><div>{{item}}</div></ng-template`. instead of `<ng-template ngFor [ngForOf]="items"><div>{{item}}</div></ng-template>`.
The following sections provide detailed information on constraints, grammar, The following sections provide detailed information on constraints, grammar,
and translation of microsyntax. and translation of microsyntax.