From 109ddc85388ebbc60d323416aca393a98889a0f7 Mon Sep 17 00:00:00 2001 From: gerteck Date: Wed, 29 Jan 2025 00:14:25 +0800 Subject: [PATCH] Fix unexpected nunchunks token --- students/HollaG/knowledge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/students/HollaG/knowledge.md b/students/HollaG/knowledge.md index 54fc89b..1ab7be0 100644 --- a/students/HollaG/knowledge.md +++ b/students/HollaG/knowledge.md @@ -9,7 +9,7 @@ Each component is generated with: 2. *.component.html 3. *.component.css -Component state is maintained in the .ts file. These state variables can be bound to HTML elements through use of curly braces {{ }}. +Component state is maintained in the .ts file. These state variables can be bound to HTML elements through use of curly braces `{{ }}`. Angular offers directives such as ngIf, ngFor that allow us to "use" JS in the HTML files.