projects
/
Evergreen.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
LP1896512 Angular retrieve record by ID/TCN
[Evergreen.git]
/
Open-ILS
/
src
/
eg2
/
src
/
app
/
staff
/
routing.module.ts
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
58c3443
..
21e7427
100644
(file)
--- a/
Open-ILS/src/eg2/src/app/staff/routing.module.ts
+++ b/
Open-ILS/src/eg2/src/app/staff/routing.module.ts
@@
-42,7
+42,7
@@
const routes: Routes = [{
}, {
path: 'cat',
loadChildren: () =>
- import('./cat/
routing.module').then(m => m.CatRouting
Module)
+ import('./cat/
cat.module').then(m => m.Cat
Module)
}, {
path: 'catalog',
loadChildren: () =>