Skip to content

Commit

Permalink
chore: Removed moduleId from README (#1785)
Browse files Browse the repository at this point in the history
Removed moduleId property from @component decorator object in README.
  • Loading branch information
PiusNyakoojo authored and hansl committed Aug 21, 2016
1 parent e572bb4 commit b0d4b23
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ To use these prepocessors simply add the file to your component's `styleUrls`:

```
@Component({
moduleId: module.id,
selector: 'app-root',
templateUrl: 'app.component.html',
styleUrls: ['app.component.scss']
Expand Down

0 comments on commit b0d4b23

Please sign in to comment.