The Wayback Machine - https://web.archive.org/web/20250423215527/https://angular.dev/api/platform-server/PlatformConfig
    • Overview
@angular/platform-server

PlatformConfig

interface

Config object passed to initialize the platform.

API

  
    interface PlatformConfig {}
  
  

document

string | undefined

The initial DOM to use to bootstrap the server application.

url

string | undefined

The URL for the current application state. This is used for initializing the platform's location. protocol, hostname, and port will be overridden if baseUrl is set.

Jump to details
HTTPS · web.archive.org
← Home