Skip to content

Commit 46162c8

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 #14816
1 parent 9899dbd commit 46162c8

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)