style: format HTML and TypeScript files for consistency
This commit is contained in:
parent
cb658a7721
commit
56cb68a3ce
4 changed files with 17 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<h2 mat-dialog-title>{{ data.title }}</h2>
|
||||
<mat-dialog-content>{{ data.description }}</mat-dialog-content>
|
||||
<mat-dialog-actions>
|
||||
<button mat-flat-button color="warn" (click)="close()">No</button>
|
||||
<button mat-flat-button (click)="accept()">Yes</button>
|
||||
<button mat-flat-button (click)="close()">No</button>
|
||||
<button mat-flat-button color="warn" (click)="accept()">Yes</button>
|
||||
</mat-dialog-actions>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue