We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9649d5e commit 47a76b8Copy full SHA for 47a76b8
packages/@angular/cli/blueprints/ng/files/__path__/app/app.component.ts
@@ -3,10 +3,10 @@ import { Component } from '@angular/core';
3
@Component({
4
selector: '<%= prefix %>-root',<% if (inlineTemplate) { %>
5
template: `
6
- <h1>
7
- {{title}}
8
- </h1><% if (routing) { %>
9
- <router-outlet></router-outlet><% } %>
+ <h1>
+ {{title}}
+ </h1><% if (routing) { %>
+ <router-outlet></router-outlet><% } %>
10
`,<% } else { %>
11
templateUrl: './app.component.html',<% } %><% if (inlineStyle) { %>
12
styles: []<% } else { %>
0 commit comments