cocori-ng
Version:
Cocori-ng is an Angular full of great components & utilites based on Material
25 lines (24 loc) • 1.2 kB
TypeScript
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
import { ImageFullscreenViewService } from '../../../core/service/image-fullscreen-view.service';
import * as i0 from "@angular/core";
export declare class SliderCustomImageComponent {
imageFullscreenViewService: ImageFullscreenViewService;
private sanitizer;
YOUTUBE: string;
IMAGE: string;
VIDEO: string;
fileUrl: SafeResourceUrl;
fileExtension: string;
type: string;
videoAutoPlay: boolean;
showVideoControls: number;
set imageUrl(url: any);
isVideo: boolean;
alt: String;
title: String;
direction: string;
constructor(imageFullscreenViewService: ImageFullscreenViewService, sanitizer: DomSanitizer);
videoClickHandler(event: any): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SliderCustomImageComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SliderCustomImageComponent, "custom-img", never, { "videoAutoPlay": "videoAutoPlay"; "showVideoControls": "showVideoControls"; "imageUrl": "imageUrl"; "isVideo": "isVideo"; "alt": "alt"; "title": "title"; "direction": "direction"; }, {}, never, never, false>;
}