From: Galen Charlton Date: Tue, 15 Sep 2020 20:53:02 +0000 (-0400) Subject: LP#1811710: (follow-up) update loadChildren for hopeless holds X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=73b590eb348e2c3f71af59debfb1f8e0a37a8d90;p=Evergreen.git LP#1811710: (follow-up) update loadChildren for hopeless holds Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/routing.module.ts b/Open-ILS/src/eg2/src/app/staff/routing.module.ts index edff9a805c..58c3443b3c 100644 --- a/Open-ILS/src/eg2/src/app/staff/routing.module.ts +++ b/Open-ILS/src/eg2/src/app/staff/routing.module.ts @@ -53,7 +53,8 @@ const routes: Routes = [{ import('./sandbox/sandbox.module').then(m => m.SandboxModule) }, { path: 'hopeless', - loadChildren : '@eg/staff/hopeless/hopeless.module#HopelessModule' + loadChildren: () => + import('@eg/staff/hopeless/hopeless.module').then(m => m.HopelessModule) }, { path: 'admin', loadChildren: () =>