sa-modals
Version:
Angular Modal Library: A versatile and accessible modal component for Angular applications, designed to enhance user experience with smooth animations and responsive design. This library leverages Angular's CDK to create dynamic overlays, ensuring seamles
12 lines (11 loc) • 591 B
TypeScript
import { Subject } from 'rxjs';
import * as i0 from "@angular/core";
export declare class HeaderComponent {
header: string;
custom: boolean;
hideCLoseBtn: boolean;
status: Subject<boolean>;
close(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "modal-header", never, { "header": { "alias": "header"; "required": false; }; "custom": { "alias": "custom"; "required": false; }; "hideCLoseBtn": { "alias": "hideCLoseBtn"; "required": false; }; }, {}, never, ["*"], false, never>;
}