Beer consumption report done

This commit is contained in:
Amritanshu
2019-08-21 11:12:30 +05:30
parent 243c3cb280
commit 8f6c5930ee
18 changed files with 480 additions and 34 deletions

View File

@ -5,6 +5,10 @@ import {LogoutComponent} from './auth/logout/logout.component';
import {HomeComponent} from './home/home.component';
const routes: Routes = [
{
path: 'beer-consumption-report',
loadChildren: () => import('./beer-consumption-report/beer-consumption-report.module').then(mod => mod.BeerConsumptionReportModule)
},
{
path: 'bill-settlement-report',
loadChildren: () => import('./bill-settlement-report/bill-settlement-report.module').then(mod => mod.BillSettlementReportModule)