Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/nus-cs3281/2025
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCheah committed Jan 28, 2025
2 parents eab27b7 + 109ddc8 commit ce86c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion students/HollaG/knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ce86c27

Please sign in to comment.