/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/cdk/schematics/collection.json
18 строк
559 B
Alan Agius
fix(cdk/schematics): mark `ng-add` schematics as hidden
18 мар 2022, 17:22
18 мар 2022, 17:22
fb03164
Код
Авторство
О чём код?
{ "$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Installs the Angular CDK", "factory": "./ng-add/index", "schema": "./ng-add/schema.json", "aliases": ["install"], "hidden": true }, "drag-drop": { "description": "Generates a component using the Drag and Drop module", "factory": "./ng-generate/drag-drop/index", "schema": "./ng-generate/drag-drop/schema.json", "aliases": ["dragdrop", "drag-and-drop"] } } }