HasPermissionPipe
A pipe which checks the provided permission against all the permissions of the current user.
Returns true if the current user has that permission.
Example
- Implements: PipeTransform, OnDestroy
Was this chapter helpful?
A pipe which checks the provided permission against all the permissions of the current user.
Returns true if the current user has that permission.
Example