Skip to content
This repository was archived by the owner on Jul 25, 2019. It is now read-only.

Commit 3662296

Browse files
committed
cleanups
1 parent 217c712 commit 3662296

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

book-rating/src/app/app.component.css

Whitespace-only changes.
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
<h1>Books</h1>
2-
31
<br-book [information]="book"></br-book>

book-rating/src/app/dashboard/dashboard.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { Book } from '../shared';
66
moduleId: module.id,
77
selector: 'br-dashboard',
88
templateUrl: 'dashboard.component.html',
9-
styleUrls: ['dashboard.component.css'],
109
directives: [BookComponent]
1110
})
1211
export class DashboardComponent implements OnInit {

book-rating/src/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
<body class="container">
1616

1717
<h1>
18-
<svg height="100" style="vertical-align: middle;" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 230 250" xml:space="preserve"><style type="text/css">.st0{fill:#DD0031;} .st1{fill:#C3002F;} .st2{fill:#FFFFFF;}</style><polygon class="st0" points="125 30 125 30 125 30 31.9 63.2 46.1 186.3 125 230 125 230 125 230 203.9 186.3 218.1 63.2 "/><polygon class="st1" points="125 30 125 52.2 125 52.1 125 153.4 125 153.4 125 230 125 230 203.9 186.3 218.1 63.2 125 30 "/><path class="st2" d="M125 52.1L66.8 182.6h0 21.7 0l11.7-29.2h49.4l11.7 29.2h0 21.7 0L125 52.1 125 52.1 125 52.1 125 52.1 125 52.1zM142 135.4H108l17-40.9L142 135.4z"/></svg> Book rating
18+
<svg height="100" style="vertical-align: middle;" xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 230 250" xml:space="preserve"><style type="text/css">.st0{fill:#DD0031;} .st1{fill:#C3002F;} .st2{fill:#FFFFFF;}</style><polygon class="st0" points="125 30 125 30 125 30 31.9 63.2 46.1 186.3 125 230 125 230 125 230 203.9 186.3 218.1 63.2 "/><polygon class="st1" points="125 30 125 52.2 125 52.1 125 153.4 125 153.4 125 230 125 230 203.9 186.3 218.1 63.2 125 30 "/><path class="st2" d="M125 52.1L66.8 182.6h0 21.7 0l11.7-29.2h49.4l11.7 29.2h0 21.7 0L125 52.1 125 52.1 125 52.1 125 52.1 125 52.1zM142 135.4H108l17-40.9L142 135.4z"/></svg>
19+
Book rating
1920
</h1>
2021

2122
<app-root>Loading...</app-root>

0 commit comments

Comments
 (0)