@angular/router

InMemoryScrollingOptions

interface

Configuration options for the scrolling feature which can be used with withInMemoryScrolling function.

  
    interface InMemoryScrollingOptions {  scrollPositionRestoration?: "disabled" | "enabled" | "top";}}
  
  
Jump to details