Skip to content

Commit 401c94f

Browse files
committed
Clean up doc/README.md
1 parent aa150b6 commit 401c94f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ In the example above `MainPage` is an Angular component that looks roughly like
8484

8585
```typescript
8686
@Component({
87-
selector: 'main',
88-
hostAttributes: {
89-
}
87+
selector: 'main'
9088
})
9189
@View({
9290
template: `

0 commit comments

Comments
 (0)