ing
This commit is contained in:
parent
e87d591b46
commit
5e3b8f19a7
|
@ -11,7 +11,8 @@
|
||||||
</svg> -->
|
</svg> -->
|
||||||
<svg width="140" height="140" viewBox="20 10 140 140">
|
<svg width="140" height="140" viewBox="20 10 140 140">
|
||||||
<image x="-10" y="-5" width="200" height="200" preserveAspectRatio="xMidYMid slice" attr.xlink:href="../../assets/image/icon/icon_{{service.serviceType | lowercase}}.svg" />
|
<image x="-10" y="-5" width="200" height="200" preserveAspectRatio="xMidYMid slice" attr.xlink:href="../../assets/image/icon/icon_{{service.serviceType | lowercase}}.svg" />
|
||||||
<image x="-10" y="-5" width="200" height="200" preserveAspectRatio="xMidYMid slice" attr.xlink:href="../../assets/image/logo/logo_{{service.key | lowercase}}.svg" />
|
<image *ngIf="service.key !== 'UNKNOWN'" x="-10" y="-5" width="200" height="200" preserveAspectRatio="xMidYMid slice"
|
||||||
|
attr.xlink:href="../../assets/image/logo/logo_{{service.key | lowercase}}.svg" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
<h3>
|
<h3>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user