angular / 4.4.6 / api / platform-server / platformconfig.html /

PlatformConfig

interface

npm Package @angular/platform-server
Module import { PlatformConfig } from '@angular/platform-server';
Source platform-server/src/tokens.ts

Interface Overview

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

Description

Config object passed to initialize the platform.

Members

document?: string

url?: string

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