Skip to content

Commit d1243bf

Browse files
author
ostepane
committedFeb 24, 2025·
added imgs for data binding
1 parent f006e9a commit d1243bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ng-data-binding/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ <h2>Property Binding</h2>
121121
<div class="title-with-image">
122122
<img class="reset" src="img/event-binding.png">
123123
<h2>Event Binding</h2>
124-
<img class="small-img" src="img/event.svg">
125124
</div>
126125
<pre class="width-100-percent"><code class="hljs html" data-trim data-noescape>
127126
&lt;book-entry [currentBook]="books[0]"
@@ -155,6 +154,7 @@ <h2>Event Binding</h2>
155154
<div class="title-with-image">
156155
<img class="reset" src="img/event-binding.png">
157156
<h2>Event Binding</h2>
157+
<img class="small-img" src="img/event.svg">
158158
</div>
159159
<pre class="width-100-percent"><code class="hljs html" data-trim data-noescape>
160160
&lt;book-entry [currentBook]="books[0]"

0 commit comments

Comments
 (0)
Please sign in to comment.