UNPKG

@cardboard-box/ngx-box

Version:

A collection of useful directives, components and services for angular

13 lines (12 loc) 570 B
import { HttpService } from "../services"; import * as i0 from "@angular/core"; export declare class ImageProxyDirective { private http; src?: string; group: string; referer?: string; set proxy(value: string | undefined | null); constructor(http: HttpService); static ɵfac: i0.ɵɵFactoryDeclaration<ImageProxyDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ImageProxyDirective, "img[proxy]", never, { "src": "src"; "group": "group"; "referer": "referer"; "proxy": "proxy"; }, {}, never, never, false, never>; }