@yoursabhishekabhi7/modal-popup-ng-all
Version:
Reusable Angular modal popup components supporting Angular 14 to 18
12 lines (11 loc) • 568 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class BootStrapModalComponent implements OnInit {
ModalTitle: string;
constructor();
ngOnInit(): void;
get OpenModel(): JQuery<HTMLElement>;
get CloseModel(): JQuery<HTMLElement>;
static ɵfac: i0.ɵɵFactoryDeclaration<BootStrapModalComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<BootStrapModalComponent, "boot-strap-modal", never, { "ModalTitle": { "alias": "ModalTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
}