@yoursabhishekabhi7/modal-popup-ng-all
Version:
Reusable Angular modal popup components supporting Angular 14 to 18
11 lines (10 loc) • 518 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ModalOpenComponent implements OnInit {
title: string;
body: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ModalOpenComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ModalOpenComponent, "lib-modal-open", never, { "title": { "alias": "title"; "required": false; }; "body": { "alias": "body"; "required": false; }; }, {}, never, ["*"], false, never>;
}