docs: added '>' to ng-template closing tag. (#32939)
Fixes #32931 PR Close #32939
This commit is contained in:
parent
25219baeb4
commit
448749cafa
|
@ -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 `<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,
|
||||
and translation of microsyntax.
|
||||
|
||||
|
|
Loading…
Reference in New Issue