"for getting feature values for currently logged in user using AbpSession" Could you give me a code example on this?
Thanks for the quick response. I'm going to start making changes today. Sincerely, Jonathan Amaral
Problem:
I would like to know if there is a possibility of relating Editions to Users instead of directly relating to the Tenant? If so, where to start? The idea is to make a Tenant have Users with different Plans. Thanks!
Hello, I have a problem and I am not able to solve it.
All requests that I make with my components, simply stopped including the token in the request header. The other existing components remain functioning normally, they are only the components that I created that were affected.
I'm not sure when this problem started, but I noticed right after running commands to create a component with ng cli (eg: ng g c <name-component>).
The strangest thing is that when using another branch (repository) the same component returns to working normally.
I made a comparison between branchs and I couldn't identify any changes that could cause this problem.
I'm using version 8.0.0 aspnet core + angular.
I thank and congratulate you for the excellent tool that is aspnet zero.