Skip to content

Commit a617dde

Browse files
feat: add references
1 parent e7a7132 commit a617dde

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

projects/elements-demo/src/app/features/examples/basic/basic.component.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,11 @@ <h2>Advanced binding (objects instead of primitives)</h2>
131131
</div>
132132
<div class="description">
133133
<p>
134-
In this example we're loading ionic! Ionic comes with all elements in
135-
single bundle so we can use multiple ionic elements while using
136-
<code>*axLazyElement</code> directive only on the outmost element.
137-
Besides that in our Angular component we have defined
134+
In this example we're loading
135+
<a href="http://ionicframework.com" target="_blank">Ionic</a>! Ionic
136+
comes with all elements in single bundle so we can use multiple ionic
137+
elements while using <code>*axLazyElement</code> directive only on the
138+
outmost element. Besides that in our Angular component we have defined
138139
<code>customYearValues</code> array with the
139140
<code>[2020, 2030, 2040]</code> values which are passed in the element
140141
using standard Angular property binding
@@ -167,11 +168,18 @@ <h2>Advanced binding (objects instead of primitives)</h2>
167168
</div>
168169
<div class="description">
169170
<p>
170-
Cool things about the above Ionic example? Ionic is build with Stencil
171-
and therefore, each Web Components developed and bundled with that
172-
compiler, could also be load the exact same way as for example for the
173-
following <code>&#60;deckgo-qrcode></code> component from the project
174-
DeckDeckGo which generates and displays a QR-Code.
171+
Cool things about the above Ionic example? Ionic is build with
172+
<a href="https://stenciljs.com" target="_blank">Stencil</a> and
173+
therefore, each Web Components developed and bundled with that compiler,
174+
could also be load the exact same way as for example for the following
175+
<code>&#60;deckgo-qrcode></code> component from the project
176+
<a href="https://deckdeckgo.com" target="_blank">DeckDeckGo</a> which
177+
generates and displays a QR-Code.
178+
</p>
179+
<p>
180+
Note that in the same way as above, we could either pass the properties
181+
to the element using fix values, as we do in this example, or of course
182+
using standard Angular property binding.
175183
</p>
176184
<pre [highlight]="codeExample5"></pre>
177185
</div>

0 commit comments

Comments
 (0)