ngx-security
ngx-security copied to clipboard
feat: add security pipes
Proposed Changes
- Rename Security import to SecurityDirectives
- Create security pipes, reusing the same name for pipes as for directives
- Add SecurityPipes to ngx-security.module.ts
It would be really awesome if you could also provide unit-tests for those new pipes :-)
You can check ngx-security.directive.spec.ts
and use it as a good base.