File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,13 @@ <h4>@if (Angular v17 onwards)</h4>
236
236
</ code >
237
237
</ pre >
238
238
< p > < span class ="highlight "> Removes element from the DOM</ span > if the book is not present.</ p >
239
+ <!--
239
240
<a class="references" href="https://angular.io/api/common/NgIf#description" target="_blank">Angular Docs *ngIf</a>
240
241
<br>
241
242
<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>
244
243
-->
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
+
245
246
< aside class ="notes ">
246
247
Structural directives are marked with a *< br >
247
248
Structural directives means they change the structure of the DOM. The other bindings changed values only.< br >
@@ -270,10 +271,6 @@ <h4>@for (Angular v17 onwards)</h4>
270
271
</ code >
271
272
</ pre >
272
273
< 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
- -->
277
274
< p > < span class ="highlight "> Creates an element</ span > for every item of the collection.</ p >
278
275
279
276
< aside class ="notes ">
You can’t perform that action at this time.
0 commit comments