ngx-obelisco-example
Version:
Componentes funcionales y reutilizables para Angular.
14 lines (13 loc) • 729 B
TypeScript
import { MediaIframe, MediaVideo } from 'ngx-obelisco-example/core/models';
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
import * as i0 from "@angular/core";
export declare class OHighlightedVideoComponent {
private sanitizer;
constructor(sanitizer: DomSanitizer);
sanitizeUrl(url: string): SafeResourceUrl;
video?: MediaVideo;
iframe?: MediaIframe;
customClasses: string;
static ɵfac: i0.ɵɵFactoryDeclaration<OHighlightedVideoComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OHighlightedVideoComponent, "o-highlighted-video", never, { "video": "video"; "iframe": "iframe"; "customClasses": "customClasses"; }, {}, never, never, false>;
}