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
urgi-is
data-discovery
Commits
69473dd6
Commit
69473dd6
authored
Aug 02, 2018
by
Exbrayat Cédric
Browse files
feat: keep scroll position when filtering search
parent
1bc62901
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/app/app.module.ts
View file @
69473dd6
...
...
@@ -38,7 +38,9 @@ registerLocaleData(localeFr);
imports
:
[
BrowserAnimationsModule
,
BrowserModule
,
RouterModule
.
forRoot
(
routes
),
RouterModule
.
forRoot
(
routes
,
{
scrollPositionRestoration
:
'
disabled
'
}),
ReactiveFormsModule
,
HttpClientModule
,
NgbPaginationModule
.
forRoot
(),
...
...
Write
Preview
Markdown
is supported
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