Provides an Angular module and directives to manage authorization and permissions in your application. It allows you to control the visibility and enabled state of UI elements based on user permissions. The package includes an `AuthorizationService` to check permissions and directives to easily integrate permission checks into your templates and components.
Add the package to your workspace:
yarn add @rxap/authorization
Install peer dependencies:
yarn add @angular/core @angular/forms @angular/material @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/authorization:init
Initialize the package in the workspace
nx g @rxap/authorization:init