Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 5790b46

Browse files
author
Bernhard Grünewaldt
authored
Update app.component.ts
1 parent d38bb03 commit 5790b46

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

demo-template/src/app/app.component.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ import { Component } from '@angular/core';
22

33
@Component({
44
selector: 'app-root',
5-
template: `
6-
<div class="demo">
7-
<demo></demo>
8-
</div>
9-
`
5+
template: `<demo></demo>`
106
})
117
export class AppComponent {
128

0 commit comments

Comments
 (0)