Skip to content

Commit

Permalink
build prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Moskalenko committed Mar 19, 2020
1 parent 62b2b94 commit 1970f10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ <h2>Поширення COVID-19 в Україні</h2>
<img src="assets/icons/circle-orange.png" alt="" class="src"><div>- регіон де виявили захворювання на короновірус</div>
</div>
<div class="general-info">
<div>Усього випадків: {{ casesAll }}</div>
<div>Усього смертей: {{ deathsAll }}</div>
<div style="color: #aaa;">Усього випадків виявлено: {{ casesAll }}</div>
<div style="color: #696969;">Усього смертей: {{ deathsAll }}</div>
</div>
</div>

Expand Down
1 change: 1 addition & 0 deletions src/app/app.component.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ agm-map {
h2 {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #555;
}

img {
Expand Down

0 comments on commit 1970f10

Please sign in to comment.