Progress Bar
To use Progress Bar, first import SharedModule
in your module.
import {SharedModule} from '@gaxon/modules';
@NgModule({
...
imports: [SharedModule, ...],
...
})
export class YourAppModule {
}
Basic Progress Bars

Custom Labels and Striped

Current Value Labels

Progress Bars height

For more information about options, check the Ng-Bootstrap
Last updated
Was this helpful?