abpframework / abp

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.
https://abp.io
GNU Lesser General Public License v3.0
13k stars 3.46k forks source link

How to use abp.io modules in some other angular templates? #16732

Open najeeb-ullah1 opened 1 year ago

najeeb-ullah1 commented 1 year ago

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

EngincanV commented 1 year ago

Please see https://docs.abp.io/en/abp/latest/UI/Angular/Theming#implementing-a-theme

stale[bot] commented 1 year ago

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.