angular-server-side-configuration
Version:
Configure an angular application on the server
21 lines (20 loc) • 602 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "angular-server-side-configuration-ng-add",
"title": "angular-server-side-configuration ng-add schematic",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "Name of the project.",
"$default": {
"$source": "projectName"
}
},
"additionalEnvironmentVariables": {
"description": "Additional environment variables that should be added to ngssc.json",
"type": "string",
"x-prompt": "Add additional environment variables (comma-separated):"
}
}
}