You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
382 B
6 lines
382 B
Resume instantaneously, on next zone enter or not at all?
|
|
<div mat-dialog-actions>
|
|
<button mat-button color="color-resume-instant" (click)="instant()">Instant</button>
|
|
<button mat-button color="color-resume-next" (click)="next()" cdkFocusInitial>Next zone</button>
|
|
<button mat-button color="color-resume-no" (click)="discard()" cdkFocusInitial>Not at all</button>
|
|
</div> |