@schematics/angular
Version:
Schematics specific to Angular
35 lines (34 loc) • 1.69 kB
JSON
{
"encapsulation": false,
"schematics": {
"add-istanbul-instrumenter": {
"version": "22.0.0",
"factory": "./add-istanbul-instrumenter/migration",
"description": "Add 'istanbul-lib-instrument' to 'devDependencies' if Karma unit testing is used."
},
"use-application-builder": {
"version": "22.0.0",
"factory": "./use-application-builder/migration",
"description": "Migrate application projects to the new build system. Application projects that are using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders will be migrated to use the new 'application' builder. You can read more about this, including known issues and limitations, here: https://angular.dev/tools/cli/build-system-migration",
"optional": true,
"recommended": true,
"documentation": "tools/cli/build-system-migration"
},
"migrate-karma-to-vitest": {
"version": "22.0.0",
"factory": "./migrate-karma-to-vitest/migration",
"description": "Migrate projects using legacy Karma unit-test builder to the new unit-test builder with Vitest.",
"optional": true
},
"trust-proxy-headers": {
"version": "22.0.0",
"factory": "./trust-proxy-headers/migration",
"description": "Add 'trustProxyHeaders' configuration to 'AngularNodeAppEngine' or 'AngularAppEngine'. For more information see: https://angular.dev/best-practices/security#configuring-trusted-proxy-headers"
},
"update-workspace-config": {
"version": "22.0.0",
"factory": "./update-workspace-config/migration",
"description": "Update the angular workspace configuration."
}
}
}