@angular/core
Version:
Angular - the core framework
15 lines (14 loc) • 434 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "AngularCommonToStandaloneMigration",
"title": "Angular Common to Standalone Migration Schema",
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "Path to the directory where all components and modules should be migrated.",
"x-prompt": "Which directory do you want to migrate?",
"default": "./"
}
}
}