Skip to content

Commit e688d80

Browse files
authored
docs: fix demo to show progress for pink toast (#1023)
1 parent 5461eb4 commit e688d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/pink.toast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import { Toast, ToastrService, ToastPackage } from '../lib/public_api';
5454
</div>
5555
</div>
5656
<div *ngIf="options.progressBar">
57-
<div class="toast-progress" [style.width]="width + '%'"></div>
57+
<div class="toast-progress" [style.width]="width() + '%'"></div>
5858
</div>
5959
`,
6060
animations: [

0 commit comments

Comments
 (0)