I am trying to achieve following determinate progress bar with percentage inside and the fraction at the top of the progress percentage in angular.
I saw material progress bar but not sure how can I achieve like the image.
I am trying to achieve following determinate progress bar with percentage inside and the fraction at the top of the progress percentage in angular.
I saw material progress bar but not sure how can I achieve like the image.
Copyright © 2021 Jogjafile Inc.
Not sure if it's the best solution, but you can use
<span>and[ngStyle]to display both the fraction and the progress percentage and control their positions with theCSSstyling. Something like this