Skip to content

Commit

Permalink
fix(@schematics/angular): remove additional newline after standalone …
Browse files Browse the repository at this point in the history
…property

(cherry picked from commit 4a5b76a)
  • Loading branch information
ilirbeqirii authored and jkrems committed Feb 3, 2025
1 parent 5bf5e5f commit 3f70426
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ import { <% if(changeDetection !== 'Default') { %>ChangeDetectionStrategy, <% }%
@Component({<% if(!skipSelector) {%>
selector: '<%= selector %>',<%}%><% if(standalone) {%>
imports: [],<%} else { %>
standalone: false,
<% }%><% if(inlineTemplate) { %>
standalone: false,<% }%><% if(inlineTemplate) { %>
template: `
<p>
<%= dasherize(name) %> works!
Expand Down

0 comments on commit 3f70426

Please sign in to comment.