Skip to content

Commit 8352f1e

Browse files
SamanthaAdrichemmgechev
authored andcommitted
fix(@schematics/angular): remove indentation in component html
Most editors remember the indentation, even if you remove all code. This way, there is no indentation thus there is nothing for the editor to remember and there will be no need for a HTML lint fix. Fixes angular#14816
1 parent 5b9415f commit 8352f1e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<p>
2-
<%= dasherize(name) %> works!
3-
</p>
1+
<p><%= dasherize(name) %> works!</p>

0 commit comments

Comments
 (0)