mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
chore(app): update @nga/theme and fix styles according to linter
This commit is contained in:
parent
ff0e6adf60
commit
f127fd37e1
31 changed files with 173 additions and 188 deletions
|
|
@ -1,9 +1,6 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
|
||||
import {
|
||||
NgaSidebarModule,
|
||||
NgaMenuModule
|
||||
} from '@nga/theme';
|
||||
import { NgaMenuModule, NgaSidebarModule, NgaThemeModule } from '@nga/theme';
|
||||
|
||||
import { menuItems } from './pages-menu';
|
||||
|
||||
|
|
@ -17,20 +14,19 @@ import { ComponentsComponent } from './components/components.component';
|
|||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NgaThemeModule.forRoot({ name: 'pure' }),
|
||||
NgaSidebarModule.forRoot(),
|
||||
NgaMenuModule.forRoot({
|
||||
items: menuItems
|
||||
}),
|
||||
NgaMenuModule.forRoot({ items: menuItems }),
|
||||
PagesRoutingModule,
|
||||
ThemeModule
|
||||
ThemeModule,
|
||||
],
|
||||
declarations: [
|
||||
PagesComponent,
|
||||
DashboardComponent,
|
||||
UiFeaturesComponent,
|
||||
MapsComponent,
|
||||
ComponentsComponent
|
||||
]
|
||||
ComponentsComponent,
|
||||
],
|
||||
})
|
||||
export class PagesModule {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue