refactor: update openstapps packages

This commit is contained in:
Jovan Krunić
2021-08-18 10:29:18 +00:00
parent 09aa7bb5c5
commit b56a428c92
16 changed files with 328 additions and 427 deletions

View File

@@ -1,6 +1,6 @@
<ion-card>
<span *ngIf="item.url; else imageNoUrl">
<a href="{{ item.url }}">
<span *ngIf="item.sameAs; else imageNoUrl">
<a href="{{ item.sameAs }}">
<ion-thumbnail
><ion-img
src="{{ item.image }}"
@@ -26,8 +26,8 @@
item.datePublished | amDateFormat: 'LLL'
}}</ion-card-subtitle>
<ion-card-title>
<span *ngIf="item.url; else titleNoUrl"
><a href="{{ item.url }}"
<span *ngIf="item.sameAs; else titleNoUrl"
><a href="{{ item.sameAs }}"
><span class="text">{{ item.name }}</span
><span class="icon"
><ion-icon name="open-outline"></ion-icon></span></a