Does http://codebuckets.com/2018/05/26/hosting-angular-in-iis-under-an-existing-website/ work for you?
See https://github.com/abpframework/abp/pull/4101#issuecomment-636648083
Hi,
Currently the blog module does not support bitbucket. bit it is open source. you can fork and implement it yourself :https://github.com/abpframework/abp/tree/dev/modules/docs
I will check it out
Hi,
I think there is no problem with this statement, It will not query the role of the deleted user.
Hi,
Because in 3.2 version, ABP blog module use the blob system, you need to configure.see https://docs.abp.io/en/abp/latest/Blob-Storing
See https://github.com/abpframework/abp/issues/869#issuecomment-471958996 and https://docs.abp.io/en/abp/latest/Best-Practices/Entity-Framework-Core-Integration#repository-implementation
You can create the IncludeDetails extension method for the Invoice entity and include the LineItems in it. then you can choose whether to load line items according to your needs
Hi,
ABP uses standard IdentityServer, You just need to create a client then use the client to get access token.
There are have two ways to create a client.
1: You can create a client in the IdentityServerDataSeedContributor class