JSON Schema Property 'project'

Description

The global configuration of the project.

Diagram

Drilldown into /properties/project/properties/ejected Drilldown into /properties/project/properties/ejected Drilldown into /properties/project/properties/ejectedJSON Schema Diagram of /properties/project

Value

Object

Properties

Property Name Type Description
name string A String value
The name of the project..
ejected boolean ejected

Source

"project": {
    "type": "object",
    "description": "The global configuration of the project.",
    "additionalProperties": false,
    "properties": {
        "name": {
            "type": "string",
            "description": "The name of the project."
        },
        "ejected": {
            "type": "boolean",
            "description": "Whether or not this project was ejected.",
            "default": false
        }
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (10:14)

References

Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0