mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
Final state from MSSE692
This commit is contained in:
parent
5f18537bd5
commit
43c7198f22
41 changed files with 816 additions and 218 deletions
|
|
@ -14,6 +14,16 @@ const routes: Routes = [{
|
|||
path: 'dashboard',
|
||||
component: ECommerceComponent,
|
||||
},
|
||||
{
|
||||
path: 'user',
|
||||
loadChildren: () => import('../modules/user/user.module')
|
||||
.then(m => m.UserModule)
|
||||
},
|
||||
{
|
||||
path: 'org',
|
||||
loadChildren: () => import('../modules/organization/organization.module')
|
||||
.then(m => m.OrganizationModule)
|
||||
},
|
||||
{
|
||||
path: 'iot-dashboard',
|
||||
component: DashboardComponent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue