Skip to content

Multiple progress bars (legacy)

Murhaf Sousli edited this page Aug 18, 2024 · 1 revision

If you need more than one the progress bar, just give it a unique id

<ng-progress id="login-loader"/>
<ng-progress id="posts_Loader"/>
<ng-progress id="mainLoader"/>

Under the hood each progress bar will get a unique progress worker.

See multiple progress bars stackblitz

Clone this wiki locally