modalReviewd

This commit is contained in:
ivan gomes
2021-11-29 15:48:35 +01:00
parent d2c207d473
commit 6fc66ce1e2
40 changed files with 764 additions and 78 deletions
@@ -0,0 +1,5 @@
<img [src]="_src" *ngIf="_src !=''; else loading;">
<ng-template #loading>
<ion-spinner></ion-spinner>
</ng-template>