角路由中的滚动恢复

时间:2019-08-15 06:23:41

标签: angular scroll routing angular-routing

我在应用程序路由组件中提供了scrollRestoration: 'Top'。但是对于某些特定的路线或某些特定的导航,我需要禁用此功能。有什么办法吗?

我正在使用Angular7。有一个主要的应用程序路由组件,它在其他模块中加载子路由:

@NgModule({
  imports: [
    RouterModule.forRoot(
      appRoutes,
      {
        scrollPositionRestoration: 'top',
        anchorScrolling: 'enabled'
      }
      /*{ enableTracing: true }*/ // <-- debugging purposes only
    )
  ],

0 个答案:

没有答案