@ismcagdas Hi:
Now,We can download NG package via CLI(abp get-source), but I can't find source code of @volo/abp.commercial.ng.ui
in any module ,Could you tell me how to get it, and also Is there like abp/npm/ng-packs/
project in Commercial Version,
I hope it can be get that via CLI command too
Here is previous issue at github :https://github.com/abpframework/abp/issues/857#issuecomment-663996864
How to host XXXX.HttpApi.Host(WebApi) and Angular at same website port:80 ?
In previous version(v3.x) , I install Microsoft.AspNetCore.SpaServices.Extensions and copy angular app( oAuthConfig responseType:password) to wwwroot/app folder can be solved.
But in v4.0 ,AccountModule has been removed and oAuthConfig responseType must be code
, Is there have any suggestion ?
When version at 4.2.0,I can get sourcecode of Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial
by cli.
But after upgrade to new version(4.2.1),Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial
package is gone.
Could you let it back if this package is still working
alper :
thank for your answer and help.
but, Is that mean we cant get Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial
sourcecode by cli atfer version 4.2.1 ?
Please provide a way to download sourcecode of Volo.Abp.AspNetCore.Mvc.UI.Theme.Commercial
and @volo/abp.commercial.ng.ui
,
Because almost commercial modules still depend on this package,so I need sourcecode of all modules
Thank you.
alper: please try again ,thanks. yinchang0626@gmail.com
It seems to be related to gmail security ,
I sent an email to info@abp.io
.please check it.
HI:
I have a question:
When I use FileManagement
module,
for execute DownloadAsync
method in FileDescriptorAppService
it need FileManagement.FileDescriptor
permission,
but I want to let it can be executed without any permission,everyone can use it to download file,
I had already read doc about overriding-a-permission-by-a-custom-policy
but i don't know how to ignore exist policy for a appservice.
Can you tell me how to do? thank you.
hi
You can create a subclass to replace FileDescriptorAppService. And overide DownloadAsync method to use AllowAnonymous attribute.
https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services
Hi: Thank you,It's work