feat(bundles): fixes and adjustments

This commit is contained in:
Dmitry Nehaychik 2019-02-05 21:03:35 +03:00
parent 631a856200
commit 841d57d0ec
11 changed files with 99 additions and 84 deletions

View file

@ -15,6 +15,8 @@ const routes: Routes = [
const config: ExtraOptions = {
useHash: false,
anchorScrolling: 'enabled',
onSameUrlNavigation: 'reload',
scrollPositionRestoration: 'enabled',
};
@NgModule({