填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

PlatformConfig

Config object passed to initialize the platform.

      
      interface PlatformConfig {
  document?: string
  url?: string
  useAbsoluteUrl?: boolean
}
    

属性

属性说明
document?: string

The initial DOM to use to bootstrap the server application.

url?: string

The URL for the current application state. This is used for initializing the platform's location and for setting absolute URL resolution for HTTP requests.

useAbsoluteUrl?: boolean

Whether to append the absolute URL to any relative HTTP requests. If set to true, this logic executes prior to any HTTP interceptors that may run later on in the request.