Skip to content

Commit 71ab487

Browse files
philipgriffinYonet
authored andcommitted
minor typo (#33)
1 parent d9ac538 commit 71ab487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* what is the difference between ng-content, ng-container and ng- template?
66
* When you create a data-binding in Angular, are you working with attributes or properties? What is the difference anyway?
77

8-
n the world of Angular, the only role of attributes is to initialize element and directive state. When you write a data binding, you're dealing exclusively with properties and events of the target object.
8+
In the world of Angular, the only role of attributes is to initialize element and directive state. When you write a data binding, you're dealing exclusively with properties and events of the target object.
99
HTML attributes effectively disappear. [Read more](https://next.angular.io/guide/template-syntax#html-attribute-vs-dom-property)
1010

1111
* When can you omit the brackets in template binding?

0 commit comments

Comments
 (0)