6 lines
123 B
HTML
6 lines
123 B
HTML
|
<img
|
||
|
*ngIf="url"
|
||
|
src="https://www.google.com/s2/favicons?domain={{ url }}&sz=64"
|
||
|
[title]="tooltip ? tooltip : ''"
|
||
|
/>
|