UNPKG

@yoursabhishekabhi7/modal-popup-ng-all

Version:

Reusable Angular modal popup components supporting Angular 14 to 18

16 lines (15 loc) 833 B
import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class BootStrapToastsComponent implements OnInit, OnChanges { TitleText: string; TimeStamp: string; ShowTost: boolean; SHOW: boolean; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; get OpenModel(): JQuery<HTMLElement>; get hideModel(): JQuery<HTMLElement>; static ɵfac: i0.ɵɵFactoryDeclaration<BootStrapToastsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<BootStrapToastsComponent, "boot-strap-toasts", never, { "TitleText": { "alias": "TitleText"; "required": false; }; "TimeStamp": { "alias": "TimeStamp"; "required": false; }; "ShowTost": { "alias": "ShowTost"; "required": false; }; }, {}, never, ["*"], false, never>; }