Big Chunk of updates on way to making the sales portion working

This commit is contained in:
Amritanshu
2019-07-06 13:46:18 +05:30
parent 87076d9c00
commit d69ab0063a
83 changed files with 1621 additions and 415 deletions

View File

@ -6,8 +6,8 @@ import {HomeComponent} from "./home/home.component";
const routes: Routes = [
{
path: 'bills',
loadChildren: () => import('./bills/bills.module').then(mod => mod.BillsModule)
path: 'devices',
loadChildren: () => import('./devices/devices.module').then(mod => mod.DevicesModule)
},
{
path: 'guest-book',
@ -38,8 +38,8 @@ const routes: Routes = [
loadChildren: () => import('./roles/roles.module').then(mod => mod.RolesModule)
},
{
path: 'running-tables',
loadChildren: () => import('./running-tables/running-tables.module').then(mod => mod.RunningTablesModule)
path: 'sales',
loadChildren: () => import('./sales/sales.module').then(mod => mod.SalesModule)
},
{
path: 'sale-categories',