PrimeNg Progress Bar
Tonight I want to show you how easy to make a progresbar with Prime Ng. As usual we must add progressbar component to the app.module
1 2 3 |
import {ProgressBarModule} from 'primeng/progressbar'; .. imports: [ ProgressBarModule ] |
Second step is using it in your html...
Recent Comments