PlatformConfig

From Get docs
< @angular/platform-serverAngular/docs/8/api/platform-server/platformconfig


PlatformConfig

interface

Config object passed to initialize the platform.

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

Properties

Property Description
document?: string
url?: string


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/platform-server/PlatformConfig