ng-modal-flexible
Version:
> A simple, light-weight, highly customizable modal for Angular 2+ projects.
21 lines (20 loc) • 557 B
TypeScript
export declare class ModalConfig {
isOpen: boolean;
modalParentClass: string;
headingText: string;
headingTextClass: string;
showCloseBtn: boolean;
closeBtnContent: any;
closeBtnClass: string;
contentText: string;
contentTextClass: string;
buttonOneText: string;
buttonOneClass: string;
buttonTwoText: string;
buttonTwoClass: string;
buttonThreeText: string;
buttonThreeClass: string;
clickOutsideToClose: boolean;
escapeToClose: boolean;
showAnimation: boolean;
}