From c6e5764edca8f334a05e854e63c6a9eb33623c9c Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 13 Oct 2025 11:58:18 -0700 Subject: [PATCH] refactor(@schematics/angular): Remove zoneless prompt Remove the zoneless prompt altogether in v21. Zoneless is the default experience. fixes #30531 --- packages/schematics/angular/application/schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/schematics/angular/application/schema.json b/packages/schematics/angular/application/schema.json index 671fdaca6e8f..bc3504be298a 100644 --- a/packages/schematics/angular/application/schema.json +++ b/packages/schematics/angular/application/schema.json @@ -124,7 +124,6 @@ }, "zoneless": { "description": "Generate an application that does not use `zone.js`.", - "x-prompt": "Do you want to create a 'zoneless' application without zone.js?", "type": "boolean", "default": true },