JSON Schema Property 'serve'

Description

Properties to be passed to the serve command.

Diagram

Drilldown into /properties/defaults/properties/serve/properties/sslCert Drilldown into /properties/defaults/properties/serve/properties/sslCert Drilldown into /properties/defaults/properties/serve/properties/sslCert Drilldown into /properties/defaults/properties/serve/properties/sslKey Drilldown into /properties/defaults/properties/serve/properties/sslKey Drilldown into /properties/defaults/properties/serve/properties/sslKey Drilldown into /properties/defaults/properties/serve/properties/ssl Drilldown into /properties/defaults/properties/serve/properties/ssl Drilldown into /properties/defaults/properties/serve/properties/ssl Drilldown into /properties/defaults/properties/serve/properties/host Drilldown into /properties/defaults/properties/serve/properties/host Drilldown into /properties/defaults/properties/serve/properties/host Drilldown into /properties/defaults/properties/serve/properties/port Drilldown into /properties/defaults/properties/serve/properties/port Drilldown into /properties/defaults/properties/serve/properties/portJSON Schema Diagram of /properties/defaults/properties/serve

Value

Object

Properties

Property Name Type Description
port number port
host string host
ssl boolean ssl
sslKey string sslKey
sslCert string sslCert
proxyConfig string A String value
Proxy configuration file..
Additional Properties Type Description
Any Property Any All values are valid, no restrictions.

Source

"serve": {
    "type": "object",
    "description": "Properties to be passed to the serve command.",
    "properties": {
        "port": {
            "type": "number",
            "description": "The port the application will be served on.",
            "default": 4200
        },
        "host": {
            "type": "string",
            "description": "The host the application will be served on.",
            "default": "localhost"
        },
        "ssl": {
            "type": "boolean",
            "description": "Enables ssl for the application.",
            "default": false
        },
        "sslKey": {
            "type": "string",
            "description": "The ssl key used by the server.",
            "default": "ssl/server.key"
        },
        "sslCert": {
            "type": "string",
            "description": "The ssl certificate used by the server.",
            "default": "ssl/server.crt"
        },
        "proxyConfig": {
            "type": "string",
            "description": "Proxy configuration file."
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (487:16)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0