@yoyoboot/l-52abp-ng
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.
10 lines (9 loc) • 460 B
TypeScript
import { Injector } from '@angular/core';
import { ModalComponentBaseDirective } from '../../component-base';
import * as i0 from "@angular/core";
export declare class ImgShowComponent extends ModalComponentBaseDirective {
imgUrl: string;
constructor(injector: Injector);
static ɵfac: i0.ɵɵFactoryDeclaration<ImgShowComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImgShowComponent, "l-img-show", never, {}, {}, never, never>;
}