Skip to content

Commit

Permalink
Revert "Fail lint"
Browse files Browse the repository at this point in the history
This reverts commit c252573.
  • Loading branch information
charpeni committed Jul 13, 2017
1 parent c252573 commit 7bd442a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';

@Component({
selector: 'test-root',
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<test-root>Loading...</app-root>
<app-root>Loading...</app-root>
</body>
</html>

0 comments on commit 7bd442a

Please sign in to comment.