Skip to content

Commit b4a1a64

Browse files
delastevehansl
authored andcommitted
fix(@schematics/angular): fix capitalization in inline template
1 parent e53f4d9 commit b4a1a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/component/files/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Component, OnInit<% if(viewEncapsulation !== 'None') { %>, ViewEncapsul
44
selector: '<%= selector %>',<% if(inlineTemplate) { %>
55
template: `
66
<p>
7-
<%= dasherize(name) %> Works!
7+
<%= dasherize(name) %> works!
88
</p>
99
`,<% } else { %>
1010
templateUrl: './<%= dasherize(name) %>.component.html',<% } if(inlineStyle) { %>

0 commit comments

Comments
 (0)