0
15937823 created
How to develop a new set of themes in angular? Are there relevant documents?
- ABP Framework version: v6.0.0
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes
1 Answer(s)
-
0
Hello,
We have no document for this topic. But we have plans to write a blog post that explains our development experiment and the issues we faced.
In general, you basically need to be aware of the following if you want to create a new theme for ABP.
- Abp packages don't have a dependency directly on theme packages (Theme basic, theme lepton, lepton-x), but bootstrap classes are used in packages. You may want to modify bootstrap
- Layouts defined in theme packages (Application Layout, Account Layout, Empty Layout).
- You can examine ThemeBasic's code.