JSON Schema Property 'changeDetection'

Description

Specifies the change detection strategy.

Diagram

JSON Schema Diagram of /properties/defaults/properties/component/properties/changeDetection

Value

String

Any String value.

Enum

"Default"
"OnPush"

Source

"changeDetection": {
    "type": "string",
    "description": "Specifies the change detection strategy.",
    "enum": [
        "Default",
        "OnPush"
    ]
}
https://raw.githubusercontent.com/angular/angular-cli/master/packages/@angular/cli/lib/config/schema.json (351:30)
Documentation for .angular-cli.json
Generated using Liquid Studio 2018 - Developer Bundle Edition 16.0.0.0