6.0.6 • Published 2 years ago
@acpaas-ui/ngx-progress-bar v6.0.6
@acpaas-ui/ngx-progress-bar
This module provides a progress bar with a max value.
Usage
import { ProgressBarModule } from '@acpaas-ui/ngx-progress-bar';Documentation
Visit our documentation site for full how-to docs and guidelines
Progress bar module
API
| Name | Default value | Description |
|---|---|---|
@Input() value: number; | 0 | The current value of the progress. |
@Input() max: number; | 0 | The value when the progress is completed. |
Example
import { ProgressBarModule } from '@acpaas-ui/ngx-progress-bar';
@NgModule({
imports: [
ProgressBarModule
]
});
export class AppModule {}; public uploadProgress = 20;
public maxValue = 100;<aui-progress-bar [value]="uploadProgress" [max]="maxValue"></aui-progress-bar>Contributing
Visit our Contribution Guidelines for more information on how to contribute.
6.0.6
2 years ago
6.0.5
2 years ago
6.0.3
2 years ago
6.0.2
2 years ago
6.0.4
2 years ago
6.0.0
3 years ago
6.0.0-beta.0
3 years ago
7.0.0-beta.1
3 years ago
5.0.0
5 years ago
4.6.1
5 years ago
4.6.0
5 years ago
4.0.0
6 years ago
4.0.0-rc.10
6 years ago
4.0.0-rc.9
6 years ago
4.0.0-rc.2
6 years ago
4.0.0-rc.7
6 years ago
4.0.0-rc.6
6 years ago
4.0.0-rc.8
6 years ago
4.0.0-rc.1
6 years ago