Skip to content

Commit 682b02e

Browse files
committed
refactor(@schematics/angular): shorten application migration description
The description for the optional application builder migration is shown within the optional migration selection prompt. The description is currently fairly lengthy and can effect readability within a terminal. To improve readability within the selection prompt, the description has been slightly reworded and shortened.
1 parent 5f14787 commit 682b02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/migrations/migration-collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"use-application-builder": {
44
"version": "18.0.0",
55
"factory": "./use-application-builder/migration",
6-
"description": "Migrate application projects using '@angular-devkit/build-angular:browser' and '@angular-devkit/build-angular:browser-esbuild' to use the '@angular-devkit/build-angular:application' builder. Read more about this here: https://angular.dev/tools/cli/esbuild#using-the-application-builder",
6+
"description": "Migrate application projects using the '@angular-devkit/build-angular' package's 'browser' and/or 'browser-esbuild' builders to the 'application' builder. Read more about this here: https://angular.dev/tools/cli/esbuild#using-the-application-builder",
77
"optional": true
88
}
99
}

0 commit comments

Comments
 (0)