merge partner
This commit is contained in:
@ -15,6 +15,7 @@ import { RouterModule, Routes } from '@angular/router';
|
||||
import { LayoutProComponent } from '@brand';
|
||||
import { EATokenGuard } from '@core';
|
||||
import { environment } from '@env/environment';
|
||||
|
||||
import { AuthGuard } from '../core/guards/auth.guard';
|
||||
|
||||
// dashboard pages
|
||||
@ -68,6 +69,8 @@ const routes: Routes = [
|
||||
loadChildren: () => import('./contract-management/contract-management.module').then(m => m.ContractManagementManagementModule)
|
||||
},
|
||||
{ path: 'menu-management', loadChildren: () => import('./menu-manager/menu-manager.module').then(m => m.MenuManagerModule) },
|
||||
{ path: 'partner', loadChildren: () => import('./partner/partner.module').then(m => m.PartnerModule) },
|
||||
{ path: 'regulatory-data', loadChildren: () => import('./regulatory-data/regulatory-data.module').then(m => m.RegulatoryDataModule) },
|
||||
{
|
||||
path: 'download',
|
||||
loadChildren: () => import('./download/download.module').then(m => m.DownloadModule)
|
||||
|
||||
Reference in New Issue
Block a user