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:
yarn add @rxap/dialog
Install peer dependencies:
yarn add @angular/cdk @angular/common @angular/core @angular/material @rxap/pipes rxjs
Execute the init generator:
yarn nx g @rxap/dialog:init
Initialize the package in the workspace
nx g @rxap/dialog:init