UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

46 lines (45 loc) 1.8 kB
{ "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add Taiga UI to the project.", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" }, "ng-add-setup-project": { "private": true, "description": "Sets up the project after dependencies have been installed", "factory": "./ng-add/setup-project", "schema": "./ng-add/schema.json" }, "migrateIconsV4": { "private": true, "description": "Migrate Taiga UI icons to a new format", "factory": "./ng-update/v4/migrate-icons/index#migrateIcons", "schema": "./ng-update/v4/schema.json" }, "migrateCssVarsV4": { "private": true, "description": "Migrate Taiga UI css variables", "factory": "./ng-update/v4/migrate-css-vars/index#migrateCssVars", "schema": "./ng-update/v4/schema.json" }, "updateToV4": { "private": true, "description": "Manually run migration to update Taiga to v4.x.x", "factory": "./ng-update/v4/index#updateToV4", "schema": "./ng-update/v4/schema.json" }, "migrateTuiLet": { "description": "Migrate TuiLet directive to @let control flow", "factory": "./migrate-tui-let/index", "schema": "./migrate-tui-let/schema.json" }, "updateToV5": { "private": true, "description": "Manually run migration to update Taiga to v5.x.x", "factory": "./ng-update/v5/index#updateToV5", "schema": "./ng-update/v5/schema.json" } } }