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