-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
I have followed this url [https://abp.io/docs/latest/modules/docs] to implement the docs module. …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
I am using abp modularity and I have host, catalog and commerce modules
I need to impelement Tags…
-
### Describe the solution you'd like
An ideal solution would be to use a new `Volo.Abp.Diagnostics` module like:
```cs
[DependsOn(typeof(AbpDiagnosticsModule))]
// Or even
[DependsOn(typeof(Abp…
-
We are facing challenges in changing the primary key from Guid to long in ABP's pre-built features, such as User Management and Roles Management. We are planning to use the ABP Framework with an exist…
-
Volo.Abp.Studio.Cli new-module --target-solution No effect
Isn't it added to an existing project?
-
# Add a new Module to the ABP App | Anto Subash
Anto's personal blog.
[https://blog.antosubash.com/posts/abp-add-new-module](https://blog.antosubash.com/posts/abp-add-new-module)
-
# Add a new Module and convert it to a microservice in ABP
In this post we will see how to create a modular abp application and convert it to microservice. We will add a new module to tiered abp app …
-
Hello,
I have not been able to start your solution yet.
The PS build scripts do not work on my machine. I had to adjust those so it compiles at least.
When bringing up Docker as per your tutorial…
-
# Angular SSR with abp framework
### Edited [2024-04-19]
We won't support for `@nguniversal/*` instead we'll discuss about `@angular/ssr` [Docs](https://angular.io/guide/ssr)
---
I try to a…
-
Based on this thread #10362 add module is not supported in module template.