AlexKhymenko / ngx-permissions

Permission and roles based access control for your angular(angular 2,4,5,6,7,9+) applications(AOT, lazy modules compatible
MIT License
936 stars 126 forks source link

NgxPermissionsGuard deprecated #231

Closed lufo88ita closed 10 months ago

lufo88ita commented 10 months ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Feature request
[x] Documentation issue or request

Current behavior

NgxPermissionsGuard is deprecated in the latest version of the library ( 16.0.1 )

Expected behavior

NgxPermissionsGuard not deprecated or a substitute must be available

Minimal reproduction of the problem with instructions

Just use NgxPermissionsGuard in a project with angular 16

Environment

Angular version: 16.2.12 ngx-permissions version: 16.0.1

AlexKhymenko commented 10 months ago

Hi @lufo88ita use ngxPermissionsGuard. Its a functional guard.

lufo88ita commented 10 months ago

Many thanks. :-) I closed the issue