1
Hello, I wonder if you have how to change the theme and color of Dashboard nebular NGX-Admin? Thanks in advance.
1
Hello, I wonder if you have how to change the theme and color of Dashboard nebular NGX-Admin? Thanks in advance.
1
theme.modules.ts
, in the block:
const NB_THEME_PROVIDERS = [
...NbThemeModule.forRoot(
{
name: '**default | cosmic**',
},
[DEFAULT_THEME, COSMIC_THEME],
).providers,
...NbSidebarModule.forRoot().providers,
...NbMenuModule.forRoot().providers,
];
Browser other questions tagged javascript css angularjs html5 web-application
You are not signed in. Login or sign up in order to post.