We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e61bf1 commit e29defcCopy full SHA for e29defc
2 files changed
projects/dialogs/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@angular-cool/dialogs",
3
- "version": "19.0.1",
+ "version": "19.0.2",
4
"description": "Cool dialogs for angular.",
5
"peerDependencies": {
6
"@angular/common": ">=19.0.0",
projects/dialogs/src/lib/cool-dialog/cool-dialog.component.html
@@ -42,7 +42,7 @@ <h1 mat-dialog-title>{{ titleText }}</h1>
42
<button (click)="onConfirmClick()"
43
[disabled]="(textConfirmation && confirmInput !== textConfirmation) || (checkBoxConfirmation && !checkboxChecked)"
44
[color]="confirmActionButtonColor"
45
- class="{{ confirmActionButtonClassNames.join(' ') }}"
+ [class]="confirmActionButtonClassNames"
46
mat-flat-button>
47
{{ confirmActionButtonText }}
48
</button>
0 commit comments