This package provides Angular Material-based message and confirm dialog components and services. It offers customizable dialogs for displaying messages and confirmations to users. The package includes components for rendering the dialogs and services for easily opening them with configurable options.
Add the package to your workspace:
Example :yarn add @rxap/dialogInstall peer dependencies:
Example :yarn add @angular/cdk @angular/common @angular/core @angular/material @rxap/pipes rxjs Execute the init generator:
Example :yarn nx g @rxap/dialog:initExample :Initialize the package in the workspace
nx g @rxap/dialog:init