/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schematics/angular/app-shell/schema.json
18 строк
530 B
Alan Agius
feat(@schematics/angular): remove `--server-routing` option
13 мар 2025, 19:40
13 мар 2025, 19:40
18e13e2
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "SchematicsAngularAppShell", "title": "Angular AppShell Options Schema", "type": "object", "description": "Configures your project to generate an app-shell during build time.", "additionalProperties": false, "properties": { "project": { "type": "string", "description": "The name of the project where the app-shell should be generated.", "$default": { "$source": "projectName" } } }, "required": ["project"] }