Skip to content

Commit

Permalink
Update progress-bar.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jliddev committed Nov 30, 2023
1 parent 4a951b5 commit 9a40497
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ import { Component, Input } from "@angular/core";
styleUrls: ["./progress-bar.component.scss"],
})
export class ProgressBarComponent {
@Input() value: number;

@Input() public value: number;
}

0 comments on commit 9a40497

Please sign in to comment.