mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
feat(tables): add a tables module
This commit is contained in:
parent
a361ce55ac
commit
21cd21fbef
13 changed files with 659 additions and 5 deletions
|
|
@ -3,7 +3,6 @@ import { NgModule } from '@angular/core';
|
|||
|
||||
import { PagesComponent } from './pages.component';
|
||||
import { DashboardComponent } from './dashboard/dashboard.component';
|
||||
import { ChartsComponent } from './charts/charts.component';
|
||||
|
||||
const routes: Routes = [{
|
||||
path: '',
|
||||
|
|
@ -29,6 +28,9 @@ const routes: Routes = [{
|
|||
}, {
|
||||
path: 'forms',
|
||||
loadChildren: './forms/forms.module#FormsModule',
|
||||
}, {
|
||||
path: 'tables',
|
||||
loadChildren: './tables/tables.module#TablesModule',
|
||||
}, {
|
||||
path: '',
|
||||
redirectTo: 'dashboard',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue