From 03a1eaf01c009d814cb476d2db53b2d0a4d58bcd Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Tue, 3 Oct 2023 10:23:13 +0200 Subject: [PATCH] fix(@schematics/angular): account for new block syntax in starter template Fixes that the starter template would've generated a compilation error in v17 after https://github.com/angular/angular/pull/51994 is released. --- .../files/common-files/src/app/app.component.html.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template b/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template index 54ea97364fd2..26959055ca09 100644 --- a/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template +++ b/packages/schematics/angular/application/files/common-files/src/app/app.component.html.template @@ -427,8 +427,8 @@
ng generate component xyz
-
ng add @angular/material
-
ng add @angular/pwa
+
ng add @angular/material
+
ng add @angular/pwa
ng add _____
ng test
ng build