Overview + installation

This package provides comprehensive permission control for Angular applications, enabling dynamic UI management based on backend directives and route guards. It includes a PermissionService for centralized permission handling, allowing you to show or hide actions and elements in the UI depending on user roles or permissions.

The Cases are supported in this package:

  1. Check if the user has permisson to see actions like (update , delecte ...) .

  2. Using directive to control on the specifice item in the UI like (image, list , ..,).

  3. Using guard to securing routes.

To use the package in your app:

npm i @tradinos/cms-frontend-permission

Last updated