Skip to content

Commit 2ad7ded

Browse files
LouisAugrymaximelafarie
authored andcommitted
Fix some demo wording (#270)
* Update main.component.html * Update fake.component.html
1 parent 3b5f808 commit 2ad7ded

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h1>Hello {{ name }}</h1>
22
<p>I'm a component !</p>
3-
<p>Just to say, "Jack" is a templte binding value!</p>
3+
<p>Just to say, "Jack" is a template binding value!</p>

src/app/demo/main/main.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<ng-template #tpl>
22
<h1>Hello {{ name }}</h1>
33
<p>I'm TemplateRef content !</p>
4+
<p>Just to say, "Bobby" is a template binding value!</p>
45
</ng-template>
56

67
<div class="container">

0 commit comments

Comments
 (0)