I am new to using carbon design system with angular. i would like to use the progress indicator but not with steps but display the progress with single indicator. Can anyone help me how to achieve this?
<ibm-progress-indicator [steps]="skeletonSteps" [orientation]="orientation" skeleton="true">
</ibm-progress-indicator>
Thanks