ngex-dialog
February 10, 2025 ยท View on GitHub
An advanced dialog service for applications with Angular version 19 and standalone. The ngex-dialog library is published on the npm.
Installation
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.
Details and Use Cases
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. Although the article is for legacy Angular versions, all use cases and operations of the ngex-dialog are the same.
angular-sources_only
This folder contains the demo project that can be run in any platform with the regular Angular project setup.
NgExDialog_AspNetCore
It's the Visual Studio 2022 solution of the ASP.NET Core 9.0 website project containing the ngex-dialog demo. You need to do the npm install in the directory NgExDialog_AspNetCore/SM.NgExDialog.Sample/wwwroot/angular-content for the node_modules and then run the ng build --configuration {your environment} before starting the website.