Skip to content

Commit

Permalink
docs: update the html tags (angular#51198)
Browse files Browse the repository at this point in the history
PR Close angular#51198
  • Loading branch information
aanchal88 authored and alxhub committed Aug 1, 2023
1 parent 5c6d1bb commit 63b7f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4>*ngIf with a &lt;ng-container&gt;</h4>
and continued on my way.
</p>

<p><i>&lt;select&gt; with &lt;span&gt;</i></p>
<p><em>&lt;select&gt; with &lt;span&gt;</em></p>

<div>
Pick your favorite hero
Expand All @@ -86,7 +86,7 @@ <h4>*ngIf with a &lt;ng-container&gt;</h4>
</span>
</select>

<p><i>&lt;select&gt; with &lt;ng-container&gt;</i></p>
<p><em>&lt;select&gt; with &lt;ng-container&gt;</em></p>
<!-- #docregion select-ngcontainer -->
<div>
Pick your favorite hero
Expand Down
2 changes: 1 addition & 1 deletion aio/src/app/custom-elements/api/api-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="form-search">
<input #filter placeholder="Filter" (input)="setQuery($any($event.target).value)" aria-label="Filter Search">
<i class="material-icons">search</i>
<em class="material-icons">search</em>
</div>
</div>

Expand Down

0 comments on commit 63b7f52

Please sign in to comment.