mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +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
|
|
@ -12,18 +12,18 @@ const routes: Routes = [
|
|||
path: '',
|
||||
component: PagesComponent,
|
||||
children: [
|
||||
{path: 'dashboard', component: DashboardComponent},
|
||||
{path: 'ui-features', component: UiFeaturesComponent},
|
||||
{path: 'components', component: ComponentsComponent},
|
||||
{path: 'maps', component: MapsComponent},
|
||||
{path: '', redirectTo: 'dashboard', pathMatch: 'full'}
|
||||
]
|
||||
}
|
||||
{ path: 'dashboard', component: DashboardComponent },
|
||||
{ path: 'ui-features', component: UiFeaturesComponent },
|
||||
{ path: 'components', component: ComponentsComponent },
|
||||
{ path: 'maps', component: MapsComponent },
|
||||
{ path: '', redirectTo: 'dashboard', pathMatch: 'full' },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [RouterModule.forChild(routes)],
|
||||
exports: [RouterModule]
|
||||
exports: [RouterModule],
|
||||
})
|
||||
export class PagesRoutingModule {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue