An advanced modal dialog service for applications with Angular versions 19 and standalone.
Run npm install ngex-dialog
to add the library into your project directory, or add "ngex-dialog": "~19.0.4"
to the package.json file and then run npm install
to update the existing package.
To see how to use the dialog in details, please go check out the article An Angular Modal Dialog with Advanced Functionality and Easy-use Features. The article is read-only on the site. Although the article is for legacy Angular versions, all use cases and operations of the ngex-dialog are the same.
The source code can be downloaded from the github repository.
The ex-dialog.css file containing all base style settings for the dialog is not included in the installed library. You may need to have it under the angular-sources_only/src/assets/css folder from the github repository. The icon images for the basic-type dialogs can also be downloaded there.