Skip to content

Commit

Permalink
fix demo to show progress for pink toast
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMBarr authored Aug 26, 2024
1 parent 5461eb4 commit 0b7a1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pink.toast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import { Toast, ToastrService, ToastPackage } from '../lib/public_api';
</div>
</div>
<div *ngIf="options.progressBar">
<div class="toast-progress" [style.width]="width + '%'"></div>
<div class="toast-progress" [style.width]="width() + '%'"></div>
</div>
`,
animations: [
Expand Down

0 comments on commit 0b7a1da

Please # to comment.