@alusta/image
v0.3.4
Published
Image helpers for angular
Downloads
36
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;