2019-10-16 15:36:18 +09:00
|
|
|
<mat-card class="confirm-card">
|
|
|
|
<mat-card-header>
|
2019-10-17 09:18:55 +09:00
|
|
|
<mat-card-title>대화 삭제</mat-card-title>
|
2019-10-16 15:36:18 +09:00
|
|
|
</mat-card-header>
|
|
|
|
<mat-card-content> </mat-card-content>
|
|
|
|
<mat-card-actions class="button-farm flex-row">
|
|
|
|
<button
|
|
|
|
mat-stroked-button
|
|
|
|
(click)="onClickChoice(false)"
|
|
|
|
class="mat-primary"
|
|
|
|
>
|
|
|
|
No
|
|
|
|
</button>
|
|
|
|
<button mat-flat-button (click)="onClickChoice(true)" class="mat-primary">
|
|
|
|
Yes
|
|
|
|
</button>
|
|
|
|
</mat-card-actions>
|
|
|
|
</mat-card>
|