mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
chore(project): add testinglib command for cypress
This commit is contained in:
@@ -11,9 +11,7 @@ import { MAT_DIALOG_DATA, MatDialogModule } from '@angular/material/dialog';
|
||||
<div mat-dialog-content>Name: {{ data.name }}</div>
|
||||
<div mat-dialog-actions>
|
||||
<button mat-button [mat-dialog-close]="false">Cancel</button>
|
||||
<button mat-button [mat-dialog-close]="true" cdkFocusInitial>
|
||||
Confirmation
|
||||
</button>
|
||||
<button mat-button [mat-dialog-close]="true">Confirmation</button>
|
||||
</div>
|
||||
`,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user