ExtraOptions

ExtraOptions

Stable Interface

What it does

Represents options to configure the router.

Interface Overview

interface ExtraOptions {
  enableTracing : boolean
  useHash : boolean
  initialNavigation : InitialNavigation
  errorHandler : ErrorHandler
  preloadingStrategy : any
}

Interface Description

Interface Details

登录查看完整内容