[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[x] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
How about a blog post (or a recipe in the documentation, or just a couple of tips) which describes managing access rights, roles, and user groups using Akita? Would be great to see something like that.Thx :)
Will do. Thanks for the suggestion.
Hey, just wanted to say that I didn't forget you. I have an article about this topic, will publish it soon.
Here is an article about the topic. If you have any further questions, let me know.
https://blog.ng-book.com/managing-user-permissions-in-angular-using-akita/
You are awesome! Thanks so much, the article is very useful! :)
I am wondering if you figured out any good solution for your problem? I want to have a dynamic Model the same as you.
Here is an article about the topic. If you have any further questions, let me know.
https://blog.ng-book.com/managing-user-permissions-in-angular-using-akita/
Hi, I would like to ask you.
<button *hasPermission="['write', 'admin']">Delete</button>
</li>
</ul>
You have this part of code. But you didn't showed how you handling this issue when you admin+[array of roles] or you have an inherited roles like each role has base functionality which is inherited from the parent or grandparent object.
Most helpful comment
Hey, just wanted to say that I didn't forget you. I have an article about this topic, will publish it soon.