Skip to content

Commit 47a76b8

Browse files
Shyam-Chenfilipesilva
authored andcommitted
fix(@angular/cli): fixing component blueprint indent
1 parent 9649d5e commit 47a76b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ import { Component } from '@angular/core';
33
@Component({
44
selector: '<%= prefix %>-root',<% if (inlineTemplate) { %>
55
template: `
6-
<h1>
7-
{{title}}
8-
</h1><% if (routing) { %>
9-
<router-outlet></router-outlet><% } %>
6+
<h1>
7+
{{title}}
8+
</h1><% if (routing) { %>
9+
<router-outlet></router-outlet><% } %>
1010
`,<% } else { %>
1111
templateUrl: './app.component.html',<% } %><% if (inlineStyle) { %>
1212
styles: []<% } else { %>

0 commit comments

Comments
 (0)