Added some more files
authorZavier Banks <zbanks@catalyte.io>
Thu, 9 Jan 2020 18:51:37 +0000 (18:51 +0000)
committerZavier Banks <zbanks@catalyte.io>
Thu, 9 Jan 2020 18:51:37 +0000 (18:51 +0000)
Signed-off-by: Zavier Banks <zbanks@catalyte.io>
Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts

index 39c6be7..95515c8 100644 (file)
@@ -23,9 +23,15 @@ const routes: Routes = [{
     path: 'config/standing_penalty',
     component: StandingPenaltyComponent
 }, {
+    path: 'money/cash_reports',
+    loadChildren: '@eg/staff/admin/local/cash-reports/cash-reports.module#CashReportsModule'
+
+}, {
     path: ':schema/:table',
     component: BasicAdminPageComponent
-}];
+}
+
+];
 
 @NgModule({
   imports: [RouterModule.forChild(routes)],