ion-icon slot
The Ionic 4 Images Guide (Capture, Store & Upload with POST) | Devdactic
ion-header> <ion-toolbar color="primary"> <ion-title> Ionic Image Upload </ion-title> </ion-toolbar> </ion-header> <ion-content padding> <h3 *ngIf="images.length == 0" text-center>Please Select Image!
How do I disable/remove ion-ripple effect in ion-button ...
ion-header> <ion-toolbar color="primary"> <ion-title> Ionic Swiper </ion-title> <ion-buttons slot="end"> <ion-button (click)="goPrev()"> <ion-icon ...
html - Ionic 4 Angular: Is it possible to have a fixed element in content while using infinite refresher? - Stack Overflow
Consider a simple Ionic page's content: <ion-content> <ion-refresher slot="fixed">...</ion-refresher> <div *ngFor="let item of items"> ... </div>...