/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/localize/schematics/ng-add/schema.json
21 строка
611 B
Alan Agius
refactor(localize): remove deprecated `name` option. (#58063)
03 окт 2024, 19:43
03 окт 2024, 19:43
9c3bd1b
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "SchematicsAngularLocalizeNgAdd", "title": "Angular Localize Ng Add Schema", "type": "object", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } }, "useAtRuntime": { "type": "boolean", "description": "If set then `@angular/localize` is included in the `dependencies` section of `package.json`, rather than `devDependencies`, which is the default.", "default": false } }, "required": [] }