From c3a85ceabc0e9568ead559f5f84a1d5c26e86bef Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Fri, 20 Mar 2020 23:13:33 +0200 Subject: [PATCH] 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 --- aio/content/guide/displaying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index 8229ed3e84..4c2fb65e54 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -153,7 +153,7 @@ It marks that `
  • ` element (and its children) as the "repeater template":
    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.