From 918830e0d632e733a1fc7a1e9f7ee382b20241eb Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 10 Sep 2020 15:25:31 -0700 Subject: [PATCH] LP1839341: Updating Angular Org Unit Settings for Ang10 Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts b/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts index 46571a044f..5da3049902 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/routing.module.ts @@ -32,7 +32,8 @@ const routes: Routes = [{ component: StandingPenaltyComponent, }, { path: 'asset/org_unit_settings', - loadChildren: '@eg/staff/admin/local/org-unit-settings/org-unit-settings.module#OrgUnitSettingsModule' + loadChildren: () => + import('./org-unit-settings/org-unit-settings.module').then(m => m.OrgUnitSettingsModule) }, { path: 'action/survey', loadChildren: () => -- 2.11.0