Skip to content

Commit a28832f

Browse files
committed
fix(@schematics/angular): update default app component message
Aligns the inline welcome message with the external template for consistency.
1 parent 164e7db commit a28832f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/schematics/angular/application/files/module-files/src/app/app__suffix__.ts.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import { Component, signal } from '@angular/core';
44
selector: '<%= selector %>',<% if(inlineTemplate) { %>
55
template: `
66
<h1>Hello, {{ title() }}</h1>
7-
7+
<p>Congratulations! Your app is running. 🎉</p>
8+
89
<% if (routing) {
910
%><router-outlet /><%
1011
} %>

0 commit comments

Comments
 (0)