This is the archived documentation for Angular v6. Please visit angular.io to see documentation for the current version of Angular.

PlatformConfig

Config object passed to initialize the platform.

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

Properties

Property Description
document?: string
url?: string