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:
Example :yarn add @rxap/authorizationInstall peer dependencies:
Example :yarn add @angular/core @angular/forms @angular/material @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/authorization:initExample :Initialize the package in the workspace
nx g @rxap/authorization:init