We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5f808 commit 2ad7dedCopy full SHA for 2ad7ded
src/app/demo/fake/fake.component.html
@@ -1,3 +1,3 @@
1
<h1>Hello {{ name }}</h1>
2
<p>I'm a component !</p>
3
-<p>Just to say, "Jack" is a templte binding value!</p>
+<p>Just to say, "Jack" is a template binding value!</p>
src/app/demo/main/main.component.html
@@ -1,6 +1,7 @@
<ng-template #tpl>
<p>I'm TemplateRef content !</p>
4
+ <p>Just to say, "Bobby" is a template binding value!</p>
5
</ng-template>
6
7
<div class="container">
0 commit comments