@ngneat/transloco
Version:
The internationalization (i18n) library for Angular
17 lines (16 loc) • 445 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "transloco-upgrade",
"title": "Run an upgrade script [Legacy and will be removed in v7]",
"type": "object",
"properties": {
"path": {
"description": "The entry path of the upgrade script.",
"x-prompt": "✍ Which folder should be the entry path for the script?",
"type": "string",
"default": "./src/app",
"alias": "p"
}
},
"required": []
}