style: format HTML and TypeScript code for consistency
This commit is contained in:
parent
ba520eea10
commit
739475ffcf
7 changed files with 40 additions and 18 deletions
|
@ -1,4 +1,8 @@
|
|||
<button mat-icon-button [matMenuTriggerFor]="menu" aria-label="Example icon-button with a menu">
|
||||
<button
|
||||
mat-icon-button
|
||||
[matMenuTriggerFor]="menu"
|
||||
aria-label="Example icon-button with a menu"
|
||||
>
|
||||
<mat-icon>more_vert</mat-icon>
|
||||
</button>
|
||||
<mat-menu #menu="matMenu">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue