Skip to content

Commit 6a79f9a

Browse files
cexbrayatalan-agius4
authored andcommitted
fix(@schematics/angular): zoneless is now stable
Zoneless is now stable in Angular v20.2 (see angular/angular@141bb75) (cherry picked from commit 7768f4c)
1 parent 474e928 commit 6a79f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"zoneless": {
122122
"description": "Generate an application that does not use `zone.js`.",
123-
"x-prompt": "Do you want to create a 'zoneless' application without zone.js (Developer Preview)?",
123+
"x-prompt": "Do you want to create a 'zoneless' application without zone.js?",
124124
"type": "boolean",
125125
"default": false
126126
}

0 commit comments

Comments
 (0)