Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
Is your feature request related to a problem? Please describe the problem.
I have created an abp.io application with comand "abp new Acme.BookStore -u angular --separate-identity-server -csf ". Where I have got two project aspnet-core and angular with abp LiptonX theme. But I do not want to use the abp LiptonX angular template. I have another angular template and I want to implement/use abp functionalities in my own angular template.
Describe the solution you'd like
How can I use/integrate abp functionalities i.e. (Identity, Tenant-Management, Settings etc) in my angular template?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I have created an abp.io application with comand "abp new Acme.BookStore -u angular --separate-identity-server -csf ". Where I have got two project aspnet-core and angular with abp LiptonX theme. But I do not want to use the abp LiptonX angular template. I have another angular template and I want to implement/use abp functionalities in my own angular template.
Describe the solution you'd like
How can I use/integrate abp functionalities i.e. (Identity, Tenant-Management, Settings etc) in my angular template?
Additional context
No response