11< div id ="left ">
2- < h2 class ="section-title "> {{ 'heroesList' | translate }}</ h2 >
2+ < h2 class ="header__title "> {{ 'heroesList' | translate }}</ h2 >
33 < div >
44 < mat-progress-spinner *ngIf ="!heroes "
5- class ="progress-spinner "
5+ class ="progress__spinner "
66 [color] ="'primary' "
77 [mode] ="'indeterminate' ">
88 </ mat-progress-spinner >
@@ -21,10 +21,10 @@ <h3 mat-line [class.cp]="hero.default" (click)="seeHeroDetails(hero);"> {{hero.n
2121 {{hero.likes | number:'.0'}}
2222 < mat-icon matTooltip ="{{(canVote ? 'canVote' : 'cannotVote') | translate}} "
2323 [matTooltipPosition] ="'above' "
24- class ="like-icon " (click) ="like(hero) ">
24+ class ="icon__like--red " (click) ="like(hero) ">
2525 favorite
2626 </ mat-icon >
27- < mat-icon class ="remove-icon " *ngIf ="!hero.default "
27+ < mat-icon class ="icon__remove " *ngIf ="!hero.default "
2828 (click) ="remove(hero); ">
2929 delete
3030 </ mat-icon >
@@ -34,7 +34,7 @@ <h3 mat-line [class.cp]="hero.default" (click)="seeHeroDetails(hero);"> {{hero.n
3434 </ div >
3535</ div >
3636< div id ="right ">
37- < h2 class ="section-title "> {{ 'createHero' | translate }}</ h2 >
37+ < h2 class ="header__title "> {{ 'createHero' | translate }}</ h2 >
3838 < div >
3939 < form [formGroup] ="newHeroForm " #form ="ngForm " (ngSubmit) ="createNewHero(newHeroForm.value) ">
4040 < mat-input-container class ="input-container ">
@@ -58,7 +58,7 @@ <h2 class="section-title">{{ 'createHero' | translate }}</h2>
5858 </ div >
5959
6060 < div id ="heroes-json ">
61- < h2 class ="section-title "> {{ 'firstTwoHeroesById' | translate }}</ h2 >
61+ < h2 class ="header__title "> {{ 'firstTwoHeroesById' | translate }}</ h2 >
6262 < pre > {{heroes | slice:0:2 | json}}</ pre >
6363 </ div >
6464</ div >
0 commit comments