Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
anis
anis-client
Commits
3a4758cb
Commit
3a4758cb
authored
Oct 29, 2020
by
Tifenn Guillas
Browse files
Fix bug access to detail page
parent
c7031ee8
Pipeline
#3294
passed with stages
in 8 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/app-routing.module.ts
View file @
3a4758cb
...
...
@@ -18,8 +18,7 @@ const routes: Routes = [
},
{
path
:
'
detail/:dname/:objectSelected
'
,
loadChildren
:
()
=>
import
(
'
./detail/detail.module
'
).
then
(
m
=>
m
.
DetailModule
),
canActivate
:
[
NavigationGuard
]
loadChildren
:
()
=>
import
(
'
./detail/detail.module
'
).
then
(
m
=>
m
.
DetailModule
)
},
{
path
:
'
documentation
'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment