6 Answer(s)
-
0
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.NavItemsto replace the nav items.Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
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.NavItemsto replace the nav items.I have tried this but when click admin it doesn't show anything
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


