Skip to content

Commit 9093b29

Browse files
Updated link style
1 parent ae2ced9 commit 9093b29

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

ng-data-binding/index.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,13 @@ <h4>&#64;if (Angular v17 onwards)</h4>
236236
</code>
237237
</pre>
238238
<p><span class="highlight">Removes element from the DOM</span> if the book is not present.</p>
239+
<!--
239240
<a class="references" href="https://angular.io/api/common/NgIf#description" target="_blank">Angular Docs *ngIf</a>
240241
<br>
241242
<a class="references" href="https://angular.io/api/core/if" target="_blank">Angular Docs @if</a>
242-
<!--
243-
<a class="references" target="_blank" onclick="window.open('https://angular.io/api/common/NgIf#description'); window.open('https://angular.io/api/core/if');">Angular Docs</a>
244243
-->
244+
<a class="references" target="_blank" onclick="window.open('https://angular.io/api/common/NgIf#description'); window.open('https://angular.io/api/core/if');">Angular Docs</a>
245+
245246
<aside class="notes">
246247
Structural directives are marked with a *<br>
247248
Structural directives means they change the structure of the DOM. The other bindings changed values only.<br>
@@ -270,10 +271,6 @@ <h4>&#64;for (Angular v17 onwards)</h4>
270271
</code>
271272
</pre>
272273
<a class="references" target="_blank" onclick="window.open('https://angular.io/api/common/NgForOf#description'); window.open('https://angular.io/api/core/for');">Angular Docs</a>
273-
<!--
274-
<br>
275-
<a class="references" href="https://angular.io/api/core/for" target="_blank">Angular Docs @if</a>
276-
-->
277274
<p><span class="highlight">Creates an element</span> for every item of the collection.</p>
278275

279276
<aside class="notes">

0 commit comments

Comments
 (0)