What problem does this feature solve?
In case the progress of a task is not known, this feature will be able to display a progress line with an indefinite completion status
What does the proposed API look like?
A new boolean prop should added such as nzIndeterminate that sets it to indeterminate state
<nz-progress [nzIndeterminate]="true"></nz-progress>
What problem does this feature solve?
In case the progress of a task is not known, this feature will be able to display a progress line with an indefinite completion status
What does the proposed API look like?
A new boolean prop should added such as nzIndeterminate that sets it to indeterminate state