UNPKG

ngx-obelisco-example

Version:

Componentes funcionales y reutilizables para Angular.

13 lines (12 loc) 645 B
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser'; import { MediaIframe } from 'ngx-obelisco-example/core/models'; import * as i0 from "@angular/core"; export declare class OMapIframeComponent { private sanitizer; constructor(sanitizer: DomSanitizer); iframe: MediaIframe; customClasses: string; sanitizeUrl(url: string): SafeResourceUrl; static ɵfac: i0.ɵɵFactoryDeclaration<OMapIframeComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<OMapIframeComponent, "o-map-iframe", never, { "iframe": "iframe"; "customClasses": "customClasses"; }, {}, never, never, false>; }