init to pos domain
This commit is contained in:
+3
-1
@@ -1,10 +1,11 @@
|
||||
import { CONSUMER_ROUTES } from '@/domains/consumer/routes';
|
||||
import { PARTNER_ROUTES } from '@/domains/partner/routes';
|
||||
import { POS_ROUTES } from '@/domains/pos/routes';
|
||||
import { PROVIDER_ROUTES } from '@/domains/provider/routes';
|
||||
import { SUPER_ADMIN_ROUTES } from '@/domains/superAdmin/routes';
|
||||
import { AuthComponent } from '@/modules/auth/pages/auth.component';
|
||||
import { Routes } from '@angular/router';
|
||||
import { AppLayout } from './app/layout/component/app.layout.component';
|
||||
import { AppLayout } from './app/layout/default/app.layout.component';
|
||||
import { Dashboard } from './app/pages/dashboard/dashboard';
|
||||
import { Documentation } from './app/pages/documentation/documentation';
|
||||
import { Notfound } from './app/pages/notfound/notfound.component';
|
||||
@@ -18,6 +19,7 @@ export const appRoutes: Routes = [
|
||||
CONSUMER_ROUTES,
|
||||
PROVIDER_ROUTES,
|
||||
PARTNER_ROUTES,
|
||||
POS_ROUTES,
|
||||
{ path: 'ng', component: Dashboard },
|
||||
{ path: 'uikit', loadChildren: () => import('./app/pages/uikit/uikit.routes') },
|
||||
{ path: 'documentation', component: Documentation },
|
||||
|
||||
Reference in New Issue
Block a user