From a28832f38f2075d4af36863afab752dba729f247 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Mon, 5 Jan 2026 16:04:56 +0000 Subject: [PATCH] fix(@schematics/angular): update default app component message Aligns the inline welcome message with the external template for consistency. --- .../files/module-files/src/app/app__suffix__.ts.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/schematics/angular/application/files/module-files/src/app/app__suffix__.ts.template b/packages/schematics/angular/application/files/module-files/src/app/app__suffix__.ts.template index 5679c852f173..055586955b75 100644 --- a/packages/schematics/angular/application/files/module-files/src/app/app__suffix__.ts.template +++ b/packages/schematics/angular/application/files/module-files/src/app/app__suffix__.ts.template @@ -4,7 +4,8 @@ import { Component, signal } from '@angular/core'; selector: '<%= selector %>',<% if(inlineTemplate) { %> template: `

Hello, {{ title() }}

- +

Congratulations! Your app is running. 🎉

+ <% if (routing) { %><% } %>