Skip to content

Commit 6180c03

Browse files
author
ostepane
committed
added imgs for data binding
1 parent 6634f76 commit 6180c03

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

ng-data-binding/css/own.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.devon.reveal .title-with-image img {
22
margin-right: 0.5em;
33
}
4-
4+
.small-img{
5+
width: 300px;
6+
}

ng-data-binding/img/event.svg

+1
Loading

ng-data-binding/img/property.svg

+1
Loading

ng-data-binding/index.html

+2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ <h2>Interpolation</h2>
5757
<div class="title-with-image">
5858
<img class="reset" src="img/property-binding.png">
5959
<h2>Property Binding</h2>
60+
<img class="small-img" src="img/property.svg">
6061
</div>
6162
<pre class="width-100-percent"><code class="hljs html" data-trim data-noescape>
6263
&lt;ul&gt;
@@ -120,6 +121,7 @@ <h2>Property Binding</h2>
120121
<div class="title-with-image">
121122
<img class="reset" src="img/event-binding.png">
122123
<h2>Event Binding</h2>
124+
<img class="small-img" src="img/event.svg">
123125
</div>
124126
<pre class="width-100-percent"><code class="hljs html" data-trim data-noescape>
125127
&lt;book-entry [currentBook]="books[0]"

0 commit comments

Comments
 (0)