JSON Schema Property 'assets'

Description

List of application assets.

Diagram

Drilldown into /properties/apps/items[0]/properties/assets/items[0]JSON Schema Diagram of /properties/apps/items[0]/properties/assets

Value

Array

Array Index Type Description
1-n any /properties/apps/items[0]/properties/assets/items[0]

Default

[]

Source

"assets": {
    "type": "array",
    "description": "List of application assets.",
    "default": [],
    "items": {
        "oneOf": [
            {
                "type": "string"
            },
            {
                "type": "object",
                "additionalProperties": false,
                "properties": {
                    "glob": {
                        "type": "string",
                        "description": "The pattern to match.",
                        "default": ""
                    },
                    "input": {
                        "type": "string",
                        "description": "The dir to search within.",
                        "default": ""
                    },
                    "output": {
                        "type": "string",
                        "description": "The output path (relative to the outDir).",
                        "default": ""
                    }
                }
            }
        ]
    }
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (45:19)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0