Help Angular by taking a 1 minute survey!Go to surveyHome

PlatformConfig

Config object passed to initialize the platform.

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

Properties

Property Description
document?: string
url?: string