File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed 
projects/coreui-angular/src/lib/progress Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33--- 
44
5+ #### ` 5.5.1 `  
6+ 
7+ -  fix(progress): TS2540: Cannot assign to ` value `  because it is a read-only property - conflicting on directive composition with ProgressBarDirective
8+ 
9+ --- 
10+ 
511#### ` 5.5.0 `  
612
713-  chore(dependencies): update to ` Angular 20 ` 
Original file line number Diff line number Diff line change 22  < ng-container  *ngTemplateOutlet ="defaultContent " /> 
33} @else {
44  @let pbd = progressBarDirective;
5-   < c-progress-bar  [animated] ="pbd?.animated() " [variant] ="pbd?.variant() " [color] ="pbd?.color() " [value] ="value () "> 
5+   < c-progress-bar  [animated] ="pbd?.animated() " [variant] ="pbd?.variant() " [color] ="pbd?.color() " [value] ="barValue () "> 
66    < ng-container  *ngTemplateOutlet ="defaultContent " /> 
77  </ c-progress-bar > 
88}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export class ProgressComponent {
4747
4848  readonly  stacked  =  this . #progressService. stacked ; 
4949  readonly  percent  =  this . #progressService. percent ; 
50-   readonly  value  =  this . #progressService. value ; 
50+   readonly  barValue  =  this . #progressService. value ; 
5151
5252  readonly  contentProgressBars  =  contentChildren ( ProgressBarComponent ) ; 
5353
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments