We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b50c9 commit 1d72060Copy full SHA for 1d72060
projects/coreui-angular/src/lib/progress/progress-bar.directive.ts
@@ -64,7 +64,7 @@ export class ProgressBarDirective {
64
* @return number
65
* @default 0
66
*/
67
- readonly value = input(undefined, { transform: numberAttribute });
+ readonly value = input(0, { transform: numberAttribute });
68
69
/**
70
* Set the progress bar variant to optional striped.
0 commit comments