You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
zyra/ionic-image-loader: Ionic 2+ Component that loads images in a background thread and caches them for later use. Uses HttpClient from Angular 4+, and cordova-plugin-file via ionic-native wrappers.
ionic3-image-cache: A rewrite of Ionic Image Loader library that fixes the SVG issues, local URL detection and base64 detection yet maintaining all other major features.
By <img-loader [src]="settings.logoUrl" fallbackUrl="./assets/images/header-clean.png" fallbackAsPlaceholder="true" useImg [imgAttributes]="imageAttributes"></img-loader>
OR set by default settings.logoUrl = "./assets/images/header-clean.png"
Where
Include the ImageAttribute model in your .ts import { ImageAttribute } from 'ionic-image-loader'
The text was updated successfully, but these errors were encountered: