Skip to content

Commit

Permalink
fix(@angular/cli): fixing component blueprint indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen authored and filipesilva committed May 9, 2017
1 parent 1cd0a08 commit 0ef9eb7
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import { Component } from '@angular/core';
@Component({
selector: '<%= prefix %>-root',<% if (inlineTemplate) { %>
template: `
<h1>
{{title}}
</h1><% if (routing) { %>
<router-outlet></router-outlet><% } %>
<h1>
{{title}}
</h1><% if (routing) { %>
<router-outlet></router-outlet><% } %>
`,<% } else { %>
templateUrl: './app.component.html',<% } %><% if (inlineStyle) { %>
styles: []<% } else { %>
Expand Down

0 comments on commit 0ef9eb7

Please sign in to comment.