style: format code and add prettier configuration files
This commit is contained in:
parent
3e0b17ebe6
commit
395c1bc75f
39 changed files with 338 additions and 207 deletions
|
@ -1,5 +1,5 @@
|
|||
<h2 mat-dialog-title>{{data.title}}</h2>
|
||||
<mat-dialog-content>{{data.description}}</mat-dialog-content>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue