Is not working, still the same problem. I made it work with a cast (<any>abp).custom. but I'd like to fix it
Hello,
I've created a new section in the configuration, so I've added a new CustomConfigProvider to the core module :
Configuration.CustomConfigProviders.Add(new MenuConfigProvider());
I've checked that is correctly added to the configuration.
The think is that I don't know how to consume it in the angular application.
Thanks
Thanks!
Hi,
I've just realize that the problem is a chrome extension.
Thanks a lot.
Hello,
I have the need of executing some business code from 2 different AppServices. I assume that the way to it is to put the logic in a service that both appservices can consume. Both app services are receiving a DTO object, that I have to process and store in the DB.
My doubt is. If I want to reuse as much code as possible, I'd need to process the DTO in the service layer, but the Core project doesn't have a reference to it.
Would be a good practice to add a reference to Application.Shared to Core project? If not, would be any other approach?
Thanks
Great, thanks!
Sorry, I missed it, GetEntityTypeChangeInput, testing now.