UNPKG

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

8 lines (7 loc) 160 B
export interface ModalConfig { saWidth: number; hasBackdrop: boolean; staticBackdrop: boolean; closeWithESC: boolean; extraClass: string; }