@alusta/image

Image helpers for angular

Usage no npm install needed!

<script type="module">
  import alustaImage from 'https://cdn.skypack.dev/@alusta/image';
</script>

README

Image

Image helpers for angular

API

lib-image


@Input()
image: {
fileName?: string;
downloadUrl?: string;
storageRef?: string;
filePath?: string;
dimensionX?: number;
dimensionY?: number;
}

@Input()
asImage: boolean;

@Input()
size: string;

@Input()
hasBackdrop = false;