For my current Angular 11 project, I am facing the challenge of dynamically changing the size of the ng-circle-progress library's CircleProgressComponent element.
After some research, I discovered that the element's size can be adjusted by applying width/height CSS properties directly to the SVG child element. However, the issue lies in the fact that the SVG element does not possess any identifiable ID or class values, making it difficult to target for manipulation.
It would greatly enhance usability if there were a parameter within the CircleProgressComponent that could monitor changes in external variables and automatically re-render the element with the updated dimensions.