Vasiliy Mazhekin
Member since Dec 7, 2018
- Profile: /members/13843-vasiliy-mazhekin.htm
- URL: http://codehint.ru
- Comments: 2
Recent Blog Comments By Vasiliy Mazhekin
-
Polyfilling The Second-Click Of A RouterLink Fragment In Angular 7.1.1
Posted on Dec 11, 2018 at 10:57 AM
i have mistaken -> onSameUrlNavigation: 'reload'... read more »
-
Polyfilling The Second-Click Of A RouterLink Fragment In Angular 7.1.1
Posted on Dec 7, 2018 at 2:57 PM
This polyfill is easy replaced with option: scrollPositionRestoration: 'enabled', RouterModule.forRoot(componentsRoutes, { onSameUrlNavigation: 'reload', // !!! scrollPositionRestoration: 'enabled', anchorScrolling: 'enabled', enableTracing: false })... read more »