Skip to content

Commit

Permalink
fix(@schematics/angular): remove extra space in standalone imports
Browse files Browse the repository at this point in the history
(cherry picked from commit b16e6f1)
  • Loading branch information
cexbrayat authored and dgp1130 committed May 6, 2022
1 parent 469d275 commit 27cb294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CommonModule } from '@angular/common';<% } %>
@Component({<% if(!skipSelector) {%>
selector: '<%= selector %>',<%}%><% if(standalone) {%>
standalone: true,
imports: [CommonModule], <%}%><% if(inlineTemplate) { %>
imports: [CommonModule],<%}%><% if(inlineTemplate) { %>
template: `
<p>
<%= dasherize(name) %> works!
Expand Down

0 comments on commit 27cb294

Please sign in to comment.