Skip to content

Commit

Permalink
Fixed #14557
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Jan 24, 2024
1 parent e5b5b05 commit 7f3b689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/components/button/button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,8 @@ export class Button implements AfterContentInit {

@ContentChildren(PrimeTemplate) templates: QueryList<PrimeTemplate> | undefined;

constructor(public el: ElementRef) {}

spinnerIconClass(): string {
return Object.entries(this.iconClass())
.filter(([, value]) => !!value)
Expand Down

0 comments on commit 7f3b689

Please sign in to comment.