Skip to content

Commit

Permalink
feat(auth): fix sso: removed initialNavigation
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Dec 17, 2018
1 parent 32a48c3 commit 429b448
Show file tree
Hide file tree
Showing 3 changed files with 1,261 additions and 862 deletions.
1 change: 0 additions & 1 deletion apps/webapp/src/app/app.module.ts
Expand Up @@ -40,7 +40,6 @@ export class MyHammerConfig extends HammerGestureConfig {
{
scrollPositionRestoration: 'enabled',
anchorScrolling: 'enabled',
initialNavigation: 'enabled',
preloadingStrategy: PreloadAllModules, // TODO: PreloadSelectedModulesList
paramsInheritanceStrategy: 'always',
// enableTracing: true, // enable to debug routing during development
Expand Down

0 comments on commit 429b448

Please sign in to comment.