docs: Change important alert of ngFor (#36176)

Update the important alert of ngFor so that it has a unique format with that of ngIf

PR Close #36176
This commit is contained in:
Aristeidis Bampakos 2020-03-20 23:13:33 +02:00 committed by Misko Hevery
parent 85e0e366df
commit c3a85ceabc
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ It marks that `<li>` element (and its children) as the "repeater template":
<div class="alert is-important">
Don't forget the leading asterisk (\*) in `*ngFor`. It is an essential part of the syntax.
For more information, see the [Template Syntax](guide/template-syntax#ngFor) page.
Read more about `ngFor` and `*` in the [ngFor section](guide/template-syntax#ngfor) of the [Template Syntax](guide/template-syntax) page.
</div>