diff --git a/packages/schematics/angular/application/files/common-files/src/app/app__suffix__.html.template b/packages/schematics/angular/application/files/common-files/src/app/app__suffix__.html.template index 7d9cf8841c9d..221a7d16ad3e 100644 --- a/packages/schematics/angular/application/files/common-files/src/app/app__suffix__.html.template +++ b/packages/schematics/angular/application/files/common-files/src/app/app__suffix__.html.template @@ -19,7 +19,7 @@ --gray-900: oklch(19.37% 0.006 300.98); --gray-700: oklch(36.98% 0.014 302.71); --gray-400: oklch(70.9% 0.015 304.04); - +<% if (!tailwind) { %> --red-to-pink-to-purple-vertical-gradient: linear-gradient( 180deg, var(--orange-red) 0%, @@ -35,15 +35,15 @@ ); --pill-accent: var(--bright-blue); - +<% } %> font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", - "Segoe UI Symbol"; + "Segoe UI Symbol";<% if (!tailwind) { %> box-sizing: border-box; -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + -moz-osx-font-smoothing: grayscale;<% } %> } - +<% if (!tailwind) { %> h1 { font-size: 3.125rem; color: var(--gray-900); @@ -180,16 +180,16 @@ margin-block: 1.5rem; } } - +<% } %> -
-
-
+
+
+
-

Hello, {{ title() }}

-

Congratulations! Your app is running. 🎉

+

class="text-[3.125rem] font-medium leading-none tracking-[-0.125rem] text-[var(--gray-900)] mt-7"<% } %>>Hello, {{ title() }}

+

class="mt-6 text-[var(--gray-700)]"<% } %>>Congratulations! Your app is running. 🎉

- -
-
+ +
+
@for (item of [ { title: 'Explore the Docs', link: 'https://angular.dev' }, { title: 'Learn with Tutorials', link: 'https://angular.dev/tutorials' }, @@ -245,13 +245,14 @@ { title: 'Angular DevTools', link: 'https://angular.dev/tools/devtools' }, ]; track item.title) { {{ item.title }} class="ml-1"<% } %> xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 -960 960 960" @@ -265,14 +266,16 @@ }
-