Skip to content

Commit 6b5f330

Browse files
committed
module template update
1 parent ffc3dd4 commit 6b5f330

File tree

1 file changed

+4
-4
lines changed
  • packages/angular/templates/ng-module/template-files/src

1 file changed

+4
-4
lines changed

packages/angular/templates/ng-module/template-files/src/component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export const componentFile = (context: ComponentContext): ComponentFile => {
99
@Component({
1010
selector: '${name}',
1111
template: \`
12-
<p>
13-
${name} works!
14-
</p>
15-
\`,
12+
<p>
13+
${name} works!
14+
</p>
15+
\`,
1616
styleUrls: ['./${name}.component.scss']
1717
})
1818
export class ${Name}Component {

0 commit comments

Comments
 (0)