lp1839341 Port Org Setting Editor UI
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / admin / local / routing.module.ts
index 2376260..fd9e5e8 100644 (file)
@@ -69,7 +69,10 @@ const routes: Routes = [{
     }]
 }, {
     path: 'config/standing_penalty',
-    component: StandingPenaltyComponent
+    component: StandingPenaltyComponent,
+}, {
+    path: 'asset/org_unit_settings',
+    loadChildren: '@eg/staff/admin/local/org-unit-settings/org-unit-settings.module#OrgUnitSettingsModule'
 }, {
     path: 'config/ui_staff_portal_page_entry',
     component: AdminStaffPortalPageComponent