This package provides a set of reusable Angular components, including a navigate back button, a JSON viewer, an empty router outlet, a copy-to-clipboard button and component, and a confirmation dialog with directive and module. These components are designed to simplify common UI tasks and improve the user experience in Angular applications. The package also includes an init generator for use with Nx workspaces.
Add the package to your workspace:
yarn add @rxap/components
Install peer dependencies:
yarn add @angular/cdk @angular/common @angular/core @angular/material @angular/router @rxap/rxjs @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/components:init
Initialize the package in the workspace
nx g @rxap/components:init