mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-10 07:32:36 +01:00
refactor(aio): add the docs, remove the unneeded dependencies, remove a config folder, fix a travis config
This commit is contained in:
parent
523f44b746
commit
b205a6d570
39 changed files with 2516 additions and 1791 deletions
|
|
@ -19,14 +19,14 @@ export const routes: Routes = [
|
|||
component: Pages,
|
||||
children: [
|
||||
{ path: '', redirectTo: 'dashboard', pathMatch: 'full' },
|
||||
{ path: 'dashboard', loadChildren: 'app/pages/dashboard/dashboard.module#DashboardModule' },
|
||||
{ path: 'editors', loadChildren: 'app/pages/editors/editors.module#EditorsModule' },
|
||||
{ path: 'components', loadChildren: 'app/pages/components/components.module#ComponentsModule' },
|
||||
{ path: 'charts', loadChildren: 'app/pages/charts/charts.module#ChartsModule' },
|
||||
{ path: 'ui', loadChildren: 'app/pages/ui/ui.module#UiModule' },
|
||||
{ path: 'forms', loadChildren: 'app/pages/forms/forms.module#FormsModule' },
|
||||
{ path: 'tables', loadChildren: 'app/pages/tables/tables.module#TablesModule' },
|
||||
{ path: 'maps', loadChildren: 'app/pages/maps/maps.module#MapsModule' }
|
||||
{ path: 'dashboard', loadChildren: './dashboard/dashboard.module#DashboardModule' },
|
||||
{ path: 'editors', loadChildren: './editors/editors.module#EditorsModule' },
|
||||
{ path: 'components', loadChildren: './components/components.module#ComponentsModule' },
|
||||
{ path: 'charts', loadChildren: './charts/charts.module#ChartsModule' },
|
||||
{ path: 'ui', loadChildren: './ui/ui.module#UiModule' },
|
||||
{ path: 'forms', loadChildren: './forms/forms.module#FormsModule' },
|
||||
{ path: 'tables', loadChildren: './tables/tables.module#TablesModule' },
|
||||
{ path: 'maps', loadChildren: './maps/maps.module#MapsModule' }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue