mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 00:40:12 +01:00
feat(components): add a tree view page
This commit is contained in:
parent
cf23f972d1
commit
a3dede33cf
13 changed files with 109 additions and 8 deletions
|
|
@ -3,7 +3,6 @@ import { NgModule } from '@angular/core';
|
|||
|
||||
import { PagesComponent } from './pages.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { ComponentsComponent } from './components/components.component';
|
||||
import { ChartsComponent } from './charts/charts.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
|
|
@ -17,7 +16,7 @@ const routes: Routes = [{
|
|||
loadChildren: './ui-features/ui-features.module#UiFeaturesModule',
|
||||
}, {
|
||||
path: 'components',
|
||||
component: ComponentsComponent,
|
||||
loadChildren: './components/components.module#ComponentsModule',
|
||||
}, {
|
||||
path: 'maps',
|
||||
loadChildren: './maps/maps.module#MapsModule',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue