Could you share the code of NavItemsComponent
? Both html
and ts
files.
Hello,
You can replace nav-items by following the instructions listed in the docs
Instead of
import { eThemeBasicComponents } from '@abp/ng.theme.basic';
use the following the enum
import { eThemeLeptonComponents } from @volo/abp.ng.theme.lepton;
and use eThemeLeptonComponents.NavItems
to replace the nav items.
Hello,
As I've explained in the docs, extending layouts (adding new ones) is not available yet. However, you can achieve a similar thing by using eLayoutType.empty
.
Please follow the instructions in this comment
Hello,
Thank you for reporting this bug. I've created an internal issue to track this down.
Have been waiting on this!
We have discussed your problem and it looks like this article may solve your issue.
Could you please try it out and post the results?
Hello,
Available inputs of theabp-lookup-input
component are displayed in the docs. I guess what you are looking for is lookupNameProp
and/or displayNameProp
Hello,
Is your problem solved? If so, I'll close the issue.
Still, you can achieve what you want with what I have suggested. You don't need to use a gulp file since angular-cli creates projects with a built-in sass bundler. You can put all of the scss files within your project and import them in styles.scss
and set customStyle
to true
so that built-in lepton styles won't be loaded in your application.
Hello,
Could you try to override the lepton styles as mentioned in this document?
@bunyamin Wait, there is an Angular package for Payment module? Why isn't it documented anywhere? Here you state that it is only available for MVC Razor Pages. Please update your documentation.
Yes, but just for the admin UI.