Skip to content

Commit a80926c

Browse files
cexbrayatalan-agius4
authored andcommitted
fix(@schematics/angular): html indentation
The div was badly aligned in `app.component.html` (cherry picked from commit 0b987b5)
1 parent 731917c commit a80926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/files/common-files/src/app/app.component.html.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
</svg>
228228
<h1>Hello, {{ title }}</h1>
229229
<p>Congratulations! Your app is running. 🎉</p>
230-
</div>
230+
</div>
231231
<div class="divider" role="separator" aria-label="Divider"></div>
232232
<div class="right-side">
233233
<div class="pill-group">

0 commit comments

Comments
 (0)