diff --git a/aio/content/guide/template-syntax.md b/aio/content/guide/template-syntax.md
index f24bf54e9a..71a20f730c 100644
--- a/aio/content/guide/template-syntax.md
+++ b/aio/content/guide/template-syntax.md
@@ -1600,6 +1600,14 @@ The following example shows `NgFor` applied to a simple `
`. (Don't forget t
+
+
+Don't forget the asterisk (`*`) in front of `ngFor`. For more information
+on the asterisk, see the [asterisk (*) prefix](guide/structural-directives#the-asterisk--prefix) section of
+[Structural Directives](guide/structural-directives).
+
+
+
You can also apply an `NgFor` to a component element, as in the following example.