@@ -131,10 +131,11 @@ <h2>Advanced binding (objects instead of primitives)</h2>
131
131
</ div >
132
132
< div class ="description ">
133
133
< 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
138
139
< code > customYearValues</ code > array with the
139
140
< code > [2020, 2030, 2040]</ code > values which are passed in the element
140
141
using standard Angular property binding
@@ -167,11 +168,18 @@ <h2>Advanced binding (objects instead of primitives)</h2>
167
168
</ div >
168
169
< div class ="description ">
169
170
< 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 > <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 > <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.
175
183
</ p >
176
184
< pre [highlight] ="codeExample5 "> </ pre >
177
185
</ div >
0 commit comments